Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 Prompt for Google account instead of choosing the same every time
Why: - If you logged in once with a Google account, then Auth0 would keep using that same account on subsequent logins. This fixes that so that it'll give you the list of Google accounts to choose from. https://community.auth0.com/t/how-do-i-force-the-universal-login-to-allow-the-user-to-select-a-gmail-account/72655/11 https://community.auth0.com/t/allow-user-using-google-oauth2-authentication-to-pick-google-account-do-not-sign-in-automatically/64331 https://developers.google.com/identity/openid-connect/openid-connect#prompt - Facebook login has the same problem. There is no known fix. auth0/Auth0.Android#604
- Loading branch information