zhyjiong

Results 3 comments of zhyjiong

i fixed the issue by adding 'scope': 'email' in options, just like official example: async function signInWithAzure() { const { data, error } = await supabase.auth.signInWithOAuth({ provider: 'azure', options: {...