Skip to content

Commit 04f5ea0

Browse files
authored
Merge pull request #86 from GDGoCINHA/Ruthgyeul-patch-1
Test study page & refresh token
2 parents e3c3e38 + 1e24ab0 commit 04f5ea0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/auth/signin/page.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export default function Page() {
6363
}
6464

6565
setAccessToken(access_token);
66-
router.push('/main');
66+
router.push('/study');
6767
} catch (error) {
6868
console.error('로그인 실패:', error);
6969
alert('로그인 중 오류가 발생했습니다.');
@@ -140,4 +140,4 @@ export default function Page() {
140140
</div>
141141
</div>
142142
);
143-
}
143+
}

0 commit comments

Comments
 (0)