mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-02 18:25:21 +00:00
retry when passwords do not match
This commit is contained in:
parent
a3af71960c
commit
e766df1d33
1 changed files with 1 additions and 1 deletions
|
@ -1424,7 +1424,7 @@ class ElectrumWindow(QMainWindow):
|
||||||
|
|
||||||
if new_password != new_password2:
|
if new_password != new_password2:
|
||||||
QMessageBox.warning(parent, _('Error'), _('Passwords do not match'), _('OK'))
|
QMessageBox.warning(parent, _('Error'), _('Passwords do not match'), _('OK'))
|
||||||
return
|
return ElectrumWindow.change_password_dialog(wallet, parent) # Retry
|
||||||
|
|
||||||
wallet.update_password(seed, password, new_password)
|
wallet.update_password(seed, password, new_password)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue