I am testing the auth0 ionic4 cordova quickstarts sample in android and ios. I see the universal login page displaying sucessfully. But my requirement is to default user to login or signup based on the option selected in the application.
I see universal login documentation for setting screen_hint:signup. I added this in option but seeing the following warning and not defaulting to signup tab.
vendor-es2015.js:112647 Following parameters are not allowed on the /authorize endpoint: [screen_hint]
How we can make this functionality same lock? Looks like lock to use with cordova only native option and not with IONIC4.
Thanks for your response. The new ULP is displaying signup page with screen_hint but there is still warning on the console saying “Following parameters are not allowed screen_hint”.