middle
This commit is contained in:
@@ -26,7 +26,6 @@ export default auth(async (req) => {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// 이미 로그인된 경우 루트 경로로 접근 시 대시보드로 리다이렉트
|
||||
if (session) {
|
||||
if (pathname === "/") {
|
||||
|
||||
Reference in New Issue
Block a user