Skip to content

Commit a66418b

Browse files
Merge pull request #358 from Nitrokey/cred_mgmt_error
fido2.client: Raise unhandled error in cred_mgmt
2 parents 7badde8 + 56abed8 commit a66418b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pynitrokey/fido2/client.py

+1
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ def cred_mgmt(self, serial, pin):
358358
"Your device has been blocked after too many failed unlock attempts, to fix this it "
359359
"will have to be reset. (If no pin is set, plugging it in again might fix this warning)"
360360
)
361+
raise
361362

362363
return CredentialManagement(device.ctap2, client_pin.protocol, client_token)
363364

0 commit comments

Comments
 (0)