We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed4d194 commit 2ba0f86Copy full SHA for 2ba0f86
1 file changed
pages/auth.vue
@@ -27,6 +27,9 @@ const supabase = useSupabaseClient();
27
const { t } = useI18n();
28
29
const signInWithGoogle = async () => {
30
+ console.log(
31
+ `Will be redirected to: ${window.location.origin}${localePath("/confirm")}`
32
+ );
33
const { error } = await supabase.auth.signInWithOAuth({
34
provider: "google",
35
options: {
0 commit comments