Skip to content

Commit

Permalink
success toast
Browse files Browse the repository at this point in the history
  • Loading branch information
craigkai committed Oct 6, 2024
1 parent ff21d45 commit 3a80bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/auth/+page.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const actions = {
return fail(400, { form });
}

return { form, success: true };
return message(form, 'Confirmation email sent to your email!');
},

signin: async ({ request, locals: { supabase } }) => {
Expand Down

0 comments on commit 3a80bf7

Please sign in to comment.