Skip to content

Commit ff2c1fa

Browse files
fix: redirect to home after signout
1 parent baeb7ba commit ff2c1fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/actions/action.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ export async function signout() {
4747
const supabase = await createClient();
4848
await supabase.auth.signOut();
4949
revalidatePath('/', 'layout');
50-
redirect('/auth/signin');
50+
redirect('/');
5151
}

0 commit comments

Comments
 (0)