diff --git a/src/controllers/templates/Register.js b/src/controllers/templates/Register.js index 294329e42e..53d1ad1219 100644 --- a/src/controllers/templates/Register.js +++ b/src/controllers/templates/Register.js @@ -22,7 +22,8 @@ module.exports = { PasswordMismatch: 'PasswordMismatch', TooShort: 'TooShort', Missing: 'Missing', - InUse: 'InUse' + InUse: 'InUse', + Length: 'Length' }, getInitialState: function() {