1
0

add recovery paths (disable and confirm/reset OTP) for 2FA

This commit is contained in:
Sander van Grieken
2022-10-04 21:10:17 +02:00
parent 15e2ed4f58
commit c6496d02ef
5 changed files with 200 additions and 55 deletions

View File

@@ -73,7 +73,7 @@ class QENewWalletWizard(NewWalletWizard, QEAbstractWizard):
self._path = path
self.pathChanged.emit()
def last_if_single_password(self, view, wizard_data):
def last_if_single_password(self, *args):
return self._daemon.singlePasswordEnabled
@pyqtSlot('QJSValue', bool, str)