chore: code clean-up

This commit is contained in:
Vlad Stan
2026-02-05 12:21:08 +02:00
parent 6dcff91bf7
commit 872c24e6ea
2 changed files with 1 additions and 7 deletions
File diff suppressed because one or more lines are too long
-6
View File
@@ -566,12 +566,6 @@ window.app.component('username-password', {
this.confirmationMethod !== 'code' ||
this.confirmationCode.length > 0
console.log('### disableRegister', {
usernameOK,
passwordOK,
passwordsMatch,
codeOk
})
return !usernameOK || !passwordOK || !passwordsMatch || !codeOk
},
confirmationMethodsCount() {