mirror of https://github.com/vector-im/riot-web
Merge pull request #23 from matrix-org/kegan/reg-errors-176
Add missing enum value to registration password complexity checkpull/21833/head
commit
e6f9c6e777
|
@ -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