We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e29d55 commit b67a8f2Copy full SHA for b67a8f2
src/app/auth/signin/page.jsx
@@ -63,7 +63,7 @@ export default function Page() {
63
}
64
65
setAccessToken(access_token);
66
- router.push('/study');
+ router.push('/main');
67
} catch (error) {
68
console.error('로그인 실패:', error);
69
alert('로그인 중 오류가 발생했습니다.');
0 commit comments