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',
|
||||
TooShort: 'TooShort',
|
||||
Missing: 'Missing',
|
||||
InUse: 'InUse'
|
||||
InUse: 'InUse',
|
||||
Length: 'Length'
|
||||
},
|
||||
|
||||
getInitialState: function() {
|
||||
|
|
Loading…
Reference in New Issue