Skip to content

Commit

Permalink
Merge branch 'dev' into #322-AWS-SDK-V3-MIGRATE
Browse files Browse the repository at this point in the history
  • Loading branch information
14KGun authored Feb 8, 2024
2 parents 47c7997 + 78d1f04 commit 083240a
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 083240a

Please sign in to comment.