forked from Public/monero-gui
Merge pull request #46
b8c07dewizard: store password in appwindow session (Jacob Brydolf)e5b9a1bsettings page: strict password check (Jacob Brydolf)010cce4settings page: Empty password field on seed view (Jacob Brydolf)
This commit is contained in:
@@ -72,11 +72,11 @@ Rectangle {
|
||||
id: settingsPasswordDialog
|
||||
standardButtons: StandardButton.Ok + StandardButton.Cancel
|
||||
onAccepted: {
|
||||
if(appWindow.password == settingsPasswordDialog.password){
|
||||
if(appWindow.password === settingsPasswordDialog.password){
|
||||
memoTextInput.text = currentWallet.seed
|
||||
showSeedButton.visible = false
|
||||
}
|
||||
|
||||
settingsPasswordDialog.password = ""
|
||||
}
|
||||
onRejected: {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user