chore: code clean-up
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
@@ -566,12 +566,6 @@ window.app.component('username-password', {
|
|||||||
this.confirmationMethod !== 'code' ||
|
this.confirmationMethod !== 'code' ||
|
||||||
this.confirmationCode.length > 0
|
this.confirmationCode.length > 0
|
||||||
|
|
||||||
console.log('### disableRegister', {
|
|
||||||
usernameOK,
|
|
||||||
passwordOK,
|
|
||||||
passwordsMatch,
|
|
||||||
codeOk
|
|
||||||
})
|
|
||||||
return !usernameOK || !passwordOK || !passwordsMatch || !codeOk
|
return !usernameOK || !passwordOK || !passwordsMatch || !codeOk
|
||||||
},
|
},
|
||||||
confirmationMethodsCount() {
|
confirmationMethodsCount() {
|
||||||
|
|||||||
Reference in New Issue
Block a user