Skip to content

Commit f7bac7f

Browse files
authored
Update page.jsx
1 parent 3eb572a commit f7bac7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/auth/signin/page.jsx

Lines changed: 1 addition & 1 deletion
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('/study');
66+
router.push('/main');
6767
} catch (error) {
6868
console.error('로그인 실패:', error);
6969
alert('로그인 중 오류가 발생했습니다.');

0 commit comments

Comments
 (0)