mirror of
https://github.com/token2/fido2-manage.git
synced 2026-04-09 10:45:39 +00:00
Fix indentation for PIN check in gui1.py
This commit is contained in:
2
gui1.py
2
gui1.py
@@ -168,7 +168,7 @@ def on_device_selected(event):
|
|||||||
device_digit = match.group(1)
|
device_digit = match.group(1)
|
||||||
# Prompt for PIN
|
# Prompt for PIN
|
||||||
get_pin()
|
get_pin()
|
||||||
if PIN is not None:
|
if PIN is not None:
|
||||||
if execute_info_command(device_digit):
|
if execute_info_command(device_digit):
|
||||||
check_passkeys_button_state()
|
check_passkeys_button_state()
|
||||||
check_changepin_button_state()
|
check_changepin_button_state()
|
||||||
|
|||||||
Reference in New Issue
Block a user