I’m not sure what you are using for login. Please try the one below
const options = {
connection: 'google-oauth2 / apple / facebook',
prompt: 'select_account'
};
await loginWithPopup({ authorizationParams: options });
I’m not sure what you are using for login. Please try the one below
const options = {
connection: 'google-oauth2 / apple / facebook',
prompt: 'select_account'
};
await loginWithPopup({ authorizationParams: options });