mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 20:26:19 +02:00
Add missing enum value
This commit is contained in:
parent
d4a5ab11d4
commit
ac5111c162
@ -22,7 +22,8 @@ module.exports = {
|
||||
PasswordMismatch: 'PasswordMismatch',
|
||||
TooShort: 'TooShort',
|
||||
Missing: 'Missing',
|
||||
InUse: 'InUse'
|
||||
InUse: 'InUse',
|
||||
Length: 'Length'
|
||||
},
|
||||
|
||||
getInitialState: function() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user