Skip to content

Commit

Permalink
Fix: Change KAIST Info Mail
Browse files Browse the repository at this point in the history
  • Loading branch information
happycastle114 committed May 28, 2024
1 parent ef3cb81 commit 6cedcf9
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 6cedcf9

Please sign in to comment.