Skip to content

Commit

Permalink
Configure redirect page
Browse files Browse the repository at this point in the history
  • Loading branch information
sora32127 committed Apr 30, 2024
1 parent ed6254d commit 95355f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/_layout.signup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export async function action({ request }: ActionFunctionArgs) {

const url = new URL(request.url);
const origin = url.origin;
const emailRedirectTo = `${origin}/login`;
const emailRedirectTo = `${origin}/userVerified`;

const { data, error } = await supabase.auth.signUp({
email,
Expand Down

0 comments on commit 95355f6

Please sign in to comment.