mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 07:55:46 +01:00
ESlint quotes
This commit is contained in:
@@ -260,12 +260,12 @@ function createAdmin(callback) {
|
||||
}
|
||||
|
||||
if (results['password:confirm'] !== results.password) {
|
||||
winston.warn("Passwords did not match, please try again");
|
||||
winston.warn('Passwords did not match, please try again');
|
||||
return retryPassword(results);
|
||||
}
|
||||
|
||||
if (results.password.length < meta.config.minimumPasswordLength) {
|
||||
winston.warn("Password too short, please try again");
|
||||
winston.warn('Password too short, please try again');
|
||||
return retryPassword(results);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user