Merge remote-tracking branch 'origin/perf/username-validation' into perf/username-validation

pull/868/head
Ryan Wang 2023-02-21 13:36:22 +08:00
commit 4242233134
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ const handleCreateUser = async () => {
['length:0,63'],
[
'matches',
/^[a-z0-9]([-a-z0-9]*[a-z0-9])?(.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$/,
/^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$/,
],
]"
:validation-messages="{