src/eric7/WebBrowser/WebAuth/Fido2Management.py

branch
eric7
changeset 10858
8a03d5f6146c
parent 10857
abcb288e7e17
child 10859
399d19fc7eb5
equal deleted inserted replaced
10857:abcb288e7e17 10858:8a03d5f6146c
523 CtapError.ERR.NOT_ALLOWED, 523 CtapError.ERR.NOT_ALLOWED,
524 CtapError.ERR.PIN_AUTH_BLOCKED, 524 CtapError.ERR.PIN_AUTH_BLOCKED,
525 ): 525 ):
526 msg = self.tr( 526 msg = self.tr(
527 "Reset must be triggered within 5 seconds after the security" 527 "Reset must be triggered within 5 seconds after the security"
528 "key is inserted." 528 " key is inserted."
529 ) 529 )
530 else: 530 else:
531 msg = str(err) 531 msg = str(err)
532 532
533 return False, self.tr("Reset failed. {0}").format(msg) 533 return False, self.tr("Reset failed. {0}").format(msg)

eric ide

mercurial