Skip to content

Commit 2ba0f86

Browse files
committed
fix: auth redirection
1 parent ed4d194 commit 2ba0f86

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pages/auth.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ const supabase = useSupabaseClient();
2727
const { t } = useI18n();
2828
2929
const signInWithGoogle = async () => {
30+
console.log(
31+
`Will be redirected to: ${window.location.origin}${localePath("/confirm")}`
32+
);
3033
const { error } = await supabase.auth.signInWithOAuth({
3134
provider: "google",
3235
options: {

0 commit comments

Comments
 (0)