79492222

Date: 2025-03-07 11:54:52
Score: 1
Natty:
Report link

Maybe it will help someone. You can add to options queryParams: { prompt: 'select_account', } Example:

const { error } = await supabase.auth.signInWithOAuth({
  provider: 'google',
  options: {
    scopes: SIGN_IN_GOOGLE_API,
    queryParams: {
      prompt: 'select_account',
    },
  },
})
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ваш Kuba