Skip to content

Commit c6b52e1

Browse files
committed
Set default url to be at the login page
1 parent b92ac67 commit c6b52e1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

frontend/src/app/page.tsx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1+
import { redirect } from "next/navigation";
2+
13
export default function Home() {
2-
return (
3-
<main>
4-
<h1>hi</h1>
5-
</main>
6-
);
4+
redirect("/auth/login");
75
}

0 commit comments

Comments
 (0)