Routing: Default route now points to /home landing page
This commit is contained in:
parent
d166e92f8c
commit
834524bece
@ -6,7 +6,7 @@ export default async function Home() {
|
||||
const user = await getUser();
|
||||
|
||||
if (!user) {
|
||||
redirect('/login');
|
||||
redirect('/home');
|
||||
}
|
||||
|
||||
return <Dashboard user={user} />;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user