mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-05-02 18:01:20 +00:00
refactor: Change URLs for after authentication
This commit is contained in:
parent
7a0d957100
commit
5fe16ec370
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ export default function AppLayout({
|
||||||
colorText: "#161616",
|
colorText: "#161616",
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
afterSignInUrl={"/"}
|
afterSignInUrl={"/overview"}
|
||||||
afterSignUpUrl={"/"}
|
afterSignUpUrl={"/overview"}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</SignedOut>
|
</SignedOut>
|
||||||
|
|
Loading…
Reference in a new issue