Add missing enum value
This commit is contained in:
parent
d4a5ab11d4
commit
ac5111c162
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ module.exports = {
|
|||
PasswordMismatch: 'PasswordMismatch',
|
||||
TooShort: 'TooShort',
|
||||
Missing: 'Missing',
|
||||
InUse: 'InUse'
|
||||
InUse: 'InUse',
|
||||
Length: 'Length'
|
||||
},
|
||||
|
||||
getInitialState: function() {
|
||||
|
|
Loading…
Add table
Reference in a new issue