Skip to content

Commit

Permalink
Merge pull request CSID-DGU#68 from study2895:main
Browse files Browse the repository at this point in the history
[Fix] 로그인 후 리다이렉트 메인으로 수정
  • Loading branch information
study2895 authored Dec 2, 2024
2 parents c5c313e + 53eea8e commit fce4476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/login/login/LoginScript.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default {

alert('로그인 성공!')
// 로그인 성공 후 MyPage로 리다이렉트
this.$router.push('/mypage')
this.$router.push('/main')
}
} catch (error) {
// 로그인 실패 처리
Expand Down

0 comments on commit fce4476

Please sign in to comment.