refactor: Change URLs for after authentication

This commit is contained in:
Bart van der Braak 2023-06-08 00:36:39 +02:00
parent 7a0d957100
commit 5fe16ec370

View file

@ -20,8 +20,8 @@ export default function AppLayout({
colorText: "#161616",
},
}}
afterSignInUrl={"/"}
afterSignUpUrl={"/"}
afterSignInUrl={"/overview"}
afterSignUpUrl={"/overview"}
/>
</div>
</SignedOut>