@ -127,7 +127,7 @@ class TrustedcoinPluginQObject(PluginQObject):
t.daemon = True
t.start()
@pyqtSlot(str)
@pyqtSlot()
def createKeystore(self):
email = 'dummy@electrum.org'
@ -113,7 +113,7 @@ WizardComponent {
Component.onCompleted: {
plugin = AppController.plugin('trustedcoin')
plugin.createKeystore(wizard_data['2fa_email'])
plugin.createKeystore()
otp_auth.forceActiveFocus()
}