When user logouts and press on login Auth0 user is logged in automatically without any verification,please helpme

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 });