Param "prompt"="select_account" not working for Facebook login
Describe the problem
When opening the Log in from "WebAuthProvider.login(auth0)", and select the "Continue with Facebook" option, it automatically logs me in with the previous logged in account.
What was the expected behavior?
When opening the Log in from "WebAuthProvider.login(auth0)", and select the "Continue with Facebook" option, it should open the Facebook page where I can select the desired account I want to use for log in.
Reproduction
We are using Auth0 Universal login. To reproduce this issue:
- Open Auth0 Universal Login using WebAuthProvider.login(auth0) (with parameter mentioned prompt=select_account)
- On the Auth0 Universal Log In screen, select "Continue with Facebook" option
- Login using a Facebook account
- Log out
- Open the Auth0 Universal Login again
- Select "Continue with Facebook" option
Actual behavior: It automatically logs in with the Facebook account used on step 3.
Expected behavior: It should open Facebook login where I can choose a previous used account or use another account.
Environment
**Version of this library used: 2.8.0 **Which framework are you using, if applicable: Android Studio Chipmunk | 2021.2.1 **Other modules/plugins/libraries that might be involved: N **Any other relevant information you think would be useful: no.