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 |