Merge pull request #23 from matrix-org/kegan/reg-errors-176

Add missing enum value to registration password complexity check
pull/21833/head
Kegsay 2015-10-27 11:11:39 +00:00
commit e6f9c6e777
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@ module.exports = {
PasswordMismatch: 'PasswordMismatch',
TooShort: 'TooShort',
Missing: 'Missing',
InUse: 'InUse'
InUse: 'InUse',
Length: 'Length'
},
getInitialState: function() {