Skip to content

Commit b67a8f2

Browse files
committed
Fix: to correct url
1 parent 4e29d55 commit b67a8f2

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)