대시보드, GNB 추가
This commit is contained in:
@@ -23,7 +23,7 @@ export default function SignupPage() {
|
||||
try {
|
||||
const res = await fetch("/api/auth/me");
|
||||
if (!cancelled && res.ok) {
|
||||
router.push("/projects");
|
||||
router.push("/dashboard");
|
||||
}
|
||||
} catch {
|
||||
// ignore
|
||||
@@ -61,7 +61,7 @@ export default function SignupPage() {
|
||||
return;
|
||||
}
|
||||
|
||||
router.push("/projects");
|
||||
router.push("/dashboard");
|
||||
} catch {
|
||||
setError("네트워크 오류가 발생했습니다. 잠시 후 다시 시도해 주세요.");
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user