Got Apple Auth working
This commit is contained in:
@ -78,7 +78,6 @@ export const signInWithApple = async (): Promise<Result<string>> => {
|
||||
const { data, error } = await supabase.auth.signInWithOAuth({
|
||||
provider: 'apple',
|
||||
options: {
|
||||
scopes: 'openid, profile email offline_access',
|
||||
redirectTo: `${origin}/auth/callback?redirect_to=/auth/success`,
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user