This commit is contained in:
2025-09-08 18:30:34 +00:00
parent c116a85ead
commit a93493fb62
15 changed files with 134 additions and 182 deletions

View File

@@ -26,7 +26,6 @@ export default auth(async (req) => {
}
}
// 이미 로그인된 경우 루트 경로로 접근 시 대시보드로 리다이렉트
if (session) {
if (pathname === "/") {