mirror of https://github.com/vector-im/riot-web
Add missing enum value
parent
d4a5ab11d4
commit
ac5111c162
|
@ -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() {
|
||||||
|
|
Loading…
Reference in New Issue