mirror of
https://github.com/wassname/talk.git
synced 2026-08-08 11:28:12 +08:00
Rename everywhere to username.
This commit is contained in:
+1
-1
@@ -79,7 +79,7 @@ function getUserCreateAnswers(options) {
|
||||
message: 'Username',
|
||||
filter: (username) => {
|
||||
return UsersService
|
||||
.isValidDisplayName(username)
|
||||
.isValidUsername(username)
|
||||
.catch((err) => {
|
||||
throw err.message;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user