Skip to content

Commit

Permalink
fix: remove signup email redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
j4w8n-malynium committed May 29, 2024
1 parent b07873a commit 8669d07
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/routes/auth/+page.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ export const actions = {

const { error } = await supabase.auth.signUp({
email,
password,
options: { emailRedirectTo: `${url.origin}/app` }
password
})

if (error)
Expand Down

0 comments on commit 8669d07

Please sign in to comment.