We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26513a4 commit 354f03fCopy full SHA for 354f03f
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