feat: add visibility toggle to inputs (#3940)

Co-authored-by: Arc <ben@arc.wales>
This commit is contained in:
Tiago Vasconcelos
2026-05-22 14:14:19 +01:00
committed by GitHub
co-authored by Arc
parent 2a2af81827
commit 6664eebf5a
3 changed files with 39 additions and 7 deletions
File diff suppressed because one or more lines are too long
+3 -1
View File
@@ -452,7 +452,9 @@ window.app.component('username-password', {
confirmationMethod: 'code',
confirmationEmail: '',
confirmationCode: this.invitationCode || '',
showConfirmationCode: false
showConfirmationCode: false,
showPwd: false,
showPwdRepeat: false
}
},
methods: {