You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In ~/.local/lib/python3.10/site-packages/fido/ctap1.py, the class names CTAP1 and CTAP2 have changed to Ctap1 and Ctap2.
Therefore, fido1 throws an import error.
The class names have to be changed accordingly in /solo/cli/key.py
I don't know when the name changes have been introduced, but they are that way now.
The text was updated successfully, but these errors were encountered:
In ~/.local/lib/python3.10/site-packages/fido/ctap1.py, the class names CTAP1 and CTAP2 have changed to Ctap1 and Ctap2.
Therefore, fido1 throws an import error.
The class names have to be changed accordingly in /solo/cli/key.py
I don't know when the name changes have been introduced, but they are that way now.
The text was updated successfully, but these errors were encountered: