Merge pull request #23 from matrix-org/kegan/reg-errors-176
Add missing enum value to registration password complexity check
This commit is contained in:
@@ -22,7 +22,8 @@ module.exports = {
|
||||
PasswordMismatch: 'PasswordMismatch',
|
||||
TooShort: 'TooShort',
|
||||
Missing: 'Missing',
|
||||
InUse: 'InUse'
|
||||
InUse: 'InUse',
|
||||
Length: 'Length'
|
||||
},
|
||||
|
||||
getInitialState: function() {
|
||||
|
||||
Reference in New Issue
Block a user