We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eb572a commit f7bac7fCopy full SHA for f7bac7f
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