From 19b3b25c7755024dfbbd538312cc134c1ea003cd Mon Sep 17 00:00:00 2001 From: Token2 Date: Sat, 6 Sep 2025 19:39:11 +0200 Subject: [PATCH] Update gui-mac.py --- gui-mac.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-mac.py b/gui-mac.py index d1916bb..be3f155 100644 --- a/gui-mac.py +++ b/gui-mac.py @@ -211,7 +211,7 @@ def execute_info_command(device_digit): messagebox.showerror("Error", "Wrong PIN provided too many times. Reinsert the key") return - if "FIDO_ERR_PIN_REQUIRED" in result.stderr: + if ( "FIDO_ERR_PIN_REQUIRED" in result.stderr or "FIDO_ERR_PIN_NOT_SET" in result.stderr): messagebox.showerror("Error", "No PIN set for this key. Passkeys can be managed only with a PIN set. " "You will be prompted to create a PIN on the next window")