Skip to content

Commit

Permalink
Merge branch 'main' into feat/support-sort-param-when-listing-exts
Browse files Browse the repository at this point in the history
  • Loading branch information
guqing committed Jul 21, 2023
2 parents 5d67908 + 617d05f commit 8f7c05e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions console/src/modules/system/users/components/UserEditingModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -159,19 +159,6 @@ const handleUpdateUser = async () => {
:label="$t('core.user.editing_modal.fields.username.label')"
type="text"
name="name"
:validation="[
['required'],
['length:0,63'],
[
'matches',
/^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$/,
],
]"
:validation-messages="{
matches: $t(
'core.user.editing_modal.fields.username.validation'
),
}"
></FormKit>
<FormKit
id="displayNameInput"
Expand Down

0 comments on commit 8f7c05e

Please sign in to comment.