Files
webshop/shop/app/login/page.tsx
DanielS dd2c3859e9
All checks were successful
Staging Build / build (push) Successful in 2m22s
feat: add custom navbar with inline supabase clients and custom dropdown
2026-06-23 23:27:23 +02:00

6 lines
112 B
TypeScript

import { redirect } from "next/navigation";
export default function LoginPage() {
redirect("/auth/login");
}