Skip to content

Commit

Permalink
Merge pull request #101 from EveryUniv/feat/98
Browse files Browse the repository at this point in the history
fix: 소셜로그인 요청 후 return
  • Loading branch information
gaeunnlee authored Apr 30, 2024
2 parents c1af6d7 + ee17a84 commit 905ef25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/login/form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export default function LoginForm() {
if (loginInfo.studentId.length > 0 && loginInfo.password.length > 0) {
if (isOAuthFlow(searchParams)) {
oAuthLogin(loginInfo);
return;
}
login(loginInfo);
} else {
Expand Down

0 comments on commit 905ef25

Please sign in to comment.