UserError.NOT_ALLOWED is not unused

This commit is contained in:
Johannes Zellner
2016-02-11 11:32:48 +01:00
parent 98a7f44dc1
commit ecf7575dd3
2 changed files with 0 additions and 2 deletions

View File

@@ -72,7 +72,6 @@ UserError.BAD_USERNAME = 'Bad username';
UserError.BAD_EMAIL = 'Bad email';
UserError.BAD_PASSWORD = 'Bad password';
UserError.BAD_TOKEN = 'Bad token';
UserError.NOT_ALLOWED = 'Not Allowed';
function validateUsername(username) {
assert.strictEqual(typeof username, 'string');