Skip to content

Commit

Permalink
Merge pull request #522 from sparcs-kaist/514.1-KAIST-이메일-가져오기
Browse files Browse the repository at this point in the history
#514.1 랜덤 이메일 가져오기
  • Loading branch information
kmc7468 authored May 28, 2024
2 parents ef3cb81 + 6cedcf9 commit fb602a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const transUserData = (userData) => {
twitter: userData.twitter_id || "",
kaist: kaistInfo?.ku_std_no || "",
sparcs: userData.sparcs_id || "",
email: userData.email,
email: kaistInfo?.mail || userData.email,
isEligible: userPattern.allowedEmployeeTypes.test(kaistInfo?.employeeType),
};
return info;
Expand Down

0 comments on commit fb602a6

Please sign in to comment.