Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
fix(login): add base path
Browse files Browse the repository at this point in the history
  • Loading branch information
WOSHIZHAZHA120 committed Feb 26, 2024
1 parent 6ea56af commit 2f756ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/auth/login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const login = async () => {
const { error } = await supabase.auth.signInWithOtp({
email: email.value,
options: {
emailRedirectTo: new URL('/auth/confirm', location.href).toString()
emailRedirectTo: new URL('/toolbox/auth/confirm', location.href).toString()
}
})
Expand Down

0 comments on commit 2f756ed

Please sign in to comment.