mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-29 07:47:28 +00:00
parent
0417105a03
commit
198da4fdc6
@ -311,7 +311,8 @@ Column {
|
||||
textField.rightPadding: showHideConfirmIcon.width + showHideConfirmIcon.anchors.rightMargin + Style.current.padding / 2
|
||||
|
||||
onTextChanged: {
|
||||
if(textField.text.length === newPswInput.text.length || textField.text.length === 0) {
|
||||
d.passwordValidation();
|
||||
if(textField.text.length === newPswInput.text.length) {
|
||||
root.checkPasswordMatches()
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user