Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #54 from longguikeji/yh/user.name
Browse files Browse the repository at this point in the history
refactor(user): allow any user.name
  • Loading branch information
skoogi authored Apr 23, 2020
2 parents f437af7 + cdab7ea commit 7c18545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oneid-app/admin/group/user/EditUser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export default class EditUser extends Vue {

return {
username: [FORM_RULES.required, FORM_RULES.username],
name: [FORM_RULES.required, FORM_RULES.name],
name: [FORM_RULES.required],
mobile: [FORM_RULES.mobile, mobileOrEmailRquiredRule],
privateEmail: [FORM_RULES.email, mobileOrEmailRquiredRule],
}
Expand Down

0 comments on commit 7c18545

Please sign in to comment.