We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f795d8 commit 6bce880Copy full SHA for 6bce880
src/lib/supabase.ts
@@ -25,7 +25,7 @@ export const signInWithGoogle = async () => {
25
const { data, error } = await supabase.auth.signInWithOAuth({
26
provider: 'google',
27
options: {
28
- redirectTo: `${window.location.origin}/quiz`,
+ redirectTo: `${window.location.origin}/#/quiz`,
29
},
30
});
31
return { data, error };
0 commit comments