We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b92ac67 commit c6b52e1Copy full SHA for c6b52e1
frontend/src/app/page.tsx
@@ -1,7 +1,5 @@
1
+import { redirect } from "next/navigation";
2
+
3
export default function Home() {
- return (
- <main>
4
- <h1>hi</h1>
5
- </main>
6
- );
+ redirect("/auth/login");
7
}
0 commit comments