mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 07:55:46 +01:00
ESlint key-spacing, no-trailing-spaces
This commit is contained in:
@@ -263,12 +263,12 @@ function createAdmin(callback) {
|
||||
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");
|
||||
return retryPassword(results);
|
||||
}
|
||||
|
||||
|
||||
var adminUid;
|
||||
async.waterfall([
|
||||
function (next) {
|
||||
|
||||
Reference in New Issue
Block a user