BryanJacobs / FIDO2Applet

FIDO2 Javacard Applet
MIT License
63 stars 12 forks source link

Fixed typo in get_install_parameters.py #10

Closed set5una closed 8 months ago

set5una commented 8 months ago

A typo on line 63 "cache_pin_token[s]" will cause the script to crash with AttributeError: 'Namespace' object has no attribute 'cache_pin_tokens'. Did you mean: 'cache_pin_token'?

BryanJacobs commented 8 months ago

Thank you!