Skip to content

Commit 4875f0a

Browse files
authored
Merge pull request #89 from GDGoCINHA/Ruthgyeul-patch-1
Update page.jsx
2 parents 3eb572a + f7bac7f commit 4875f0a

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)