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.
2 parents 1551e11 + ce6339f commit da178ffCopy full SHA for da178ff
src/app/auth/layout.tsx
@@ -15,7 +15,7 @@ export default function AuthLayout({ children }: { children: React.ReactNode })
15
const handleCheckAuth = async () => {
16
const auth = await checkAuth()
17
if (auth) {
18
- redirect('/console/dashboard')
+ redirect('/console')
19
}
20
21
0 commit comments