mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-29 08:21:27 +00:00
password
This commit is contained in:
parent
9156375d10
commit
0cb7957ffb
1 changed files with 5 additions and 2 deletions
|
@ -693,8 +693,11 @@ def change_password_dialog():
|
|||
modal_dialog('error','passwords do not match')
|
||||
return
|
||||
|
||||
wallet.update_password(seed, new_password)
|
||||
if new_password:
|
||||
wallet.update_password(seed, new_password)
|
||||
modal_dialog('Password updated','your wallet is encrypted')
|
||||
else:
|
||||
modal_dialog('Password removed','your wallet is not encrypted')
|
||||
|
||||
|
||||
def settings_loop():
|
||||
|
|
Loading…
Add table
Reference in a new issue