- Click
$auth.loginWithRedirect() button.
- Choose a Google social signup option.
- Click decline
- User is returned back to app but next time they click login button it brings the user back to the social request page.
I believe if the URL has ?error=access_denied params then a $auth.logout() call needs to happen to allow the user to choose a different login method on Auth0
$auth.loginWithRedirect()button.I believe if the URL has ?error=access_denied params then a $auth.logout() call needs to happen to allow the user to choose a different login method on Auth0