create a login page /auth

This commit is contained in:
Leon Serfaty G
2025-09-01 07:04:00 +00:00
parent 5b8eaf9cb9
commit f2f97ce9f1
6 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -24,5 +24,5 @@ export async function login(
export async function logout() {
await signOut({ redirectTo: '/login' });
await signOut({ redirectTo: '/auth' });
}