Update eslint-plugin-flowtype to the latest version 🚀 (#5656)
* chore(package): update eslint-plugin-flowtype to version 3.10.0 * chore(package): update lockfile package-lock.json
This commit is contained in:
committed by
peril-parse-community[bot]
parent
ea63def0e1
commit
af82dd7bdd
@@ -787,9 +787,7 @@ RestWrite.prototype._validatePasswordHistory = function() {
|
||||
return Promise.reject(
|
||||
new Parse.Error(
|
||||
Parse.Error.VALIDATION_ERROR,
|
||||
`New password should not be the same as last ${
|
||||
this.config.passwordPolicy.maxPasswordHistory
|
||||
} passwords.`
|
||||
`New password should not be the same as last ${this.config.passwordPolicy.maxPasswordHistory} passwords.`
|
||||
)
|
||||
);
|
||||
throw err;
|
||||
|
||||
Reference in New Issue
Block a user