Skip to content

Commit

Permalink
Merge pull request #454 from sparcs-kaist/453-학사-신입생-로그인-해결
Browse files Browse the repository at this point in the history
#453 학사 신입생 로그인 해결
  • Loading branch information
14KGun authored Feb 8, 2024
2 parents 98d8046 + 75ef600 commit 78d1f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/patterns.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
},
user: {
nickname: RegExp("^[A-Za-z가-힣ㄱ-ㅎㅏ-ㅣ0-9-_ ]{3,25}$"),
allowedEmployeeTypes: RegExp("^([PEUR]|[SA]|[PEUR][SA])$"),
allowedEmployeeTypes: RegExp("^([PEUR]|[SAGC]|[PEUR][SAGC])$"),
profileImgType: RegExp("^(image/png|image/jpg|image/jpeg)$"),
account: RegExp("^[A-Za-z가-힣]{2,7} [0-9]{10,14}$|^$"),
},
Expand Down

0 comments on commit 78d1f04

Please sign in to comment.