Add missing enum value

pull/21833/head
Kegan Dougal 2015-10-21 17:44:05 +01:00
parent d4a5ab11d4
commit ac5111c162
1 changed files with 2 additions and 1 deletions

View File

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