fix: 오타 수정

This commit is contained in:
yoosangwook 2024-12-10 13:51:03 +09:00
parent 929bad0515
commit 6db65f6173

View File

@ -56,7 +56,7 @@ export default async function RootLayout({ children }) {
}
if (headerPathname === '/login' && session.isLoggedIn) {
redirect('/main')
redirect('/')
}
return (