check pre register username

This commit is contained in:
xiaomlove
2023-08-29 01:53:09 +08:00
parent f6e35d76ea
commit 8776f70aff
5 changed files with 7 additions and 1 deletions
+1
View File
@@ -55,4 +55,5 @@ return [
],
],
'username_already_exists' => 'Username::username already exists',
'username_invalid' => 'Username::username invalid',
];
+1
View File
@@ -55,4 +55,5 @@ return [
],
],
'username_already_exists' => '用户名::username 已经存在',
'username_invalid' => '用户名::username 无效',
];
+1
View File
@@ -55,4 +55,5 @@ return [
],
],
'username_already_exists' => '用戶名::username 已經存在',
'username_invalid' => '用戶名::username 無效',
];