Skip to content

Commit da178ff

Browse files
Merge pull request #9 from harishdeivanayagam/feature/cloud-alpha-reqs
fix: auth redirect issue
2 parents 1551e11 + ce6339f commit da178ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/auth/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default function AuthLayout({ children }: { children: React.ReactNode })
1515
const handleCheckAuth = async () => {
1616
const auth = await checkAuth()
1717
if (auth) {
18-
redirect('/console/dashboard')
18+
redirect('/console')
1919
}
2020
}
2121

0 commit comments

Comments
 (0)