src/eric7/WebBrowser/WebAuth/Fido2Management.py

branch
eric7
changeset 10863
88c6e062aa76
parent 10859
399d19fc7eb5
child 11090
f5f5f5803935
equal deleted inserted replaced
10862:c14dae55e9d8 10863:88c6e062aa76
186 msg = self.tr("PIN is blocked. The security key needs to be reset.") 186 msg = self.tr("PIN is blocked. The security key needs to be reset.")
187 if msg1: 187 if msg1:
188 msg += "\n" + msg1 188 msg += "\n" + msg1
189 else: 189 else:
190 msg = self.tr("A PIN has not been set.") 190 msg = self.tr("A PIN has not been set.")
191 data["pin"].append((self.tr("PIN"), msg)) 191 data["pin"].append((self.tr("PIN Status"), msg))
192 192
193 data["pin"].append( 193 data["pin"].append(
194 (self.tr("Minimum PIN length"), str(self.__ctap2.info.min_pin_length)) 194 (self.tr("Minimum PIN length"), str(self.__ctap2.info.min_pin_length))
195 ) 195 )
196 196

eric ide

mercurial