Add missing enum value

This commit is contained in:
Kegan Dougal 2015-10-21 17:44:05 +01:00
parent d4a5ab11d4
commit ac5111c162

View file

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