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
Flask is currently broken since a fresh install will install authlib 1.0.0.
python3.10/site-packages/loginpass/_flask.py:83: in register_to
from authlib.integrations.flask_client import FlaskRemoteApp
E ImportError: cannot import name 'FlaskRemoteApp' from 'authlib.integrations.flask_client' (python3.10/site-packages/authlib/integrations/flask_client/__init__.py)
The text was updated successfully, but these errors were encountered:
Flask is currently broken since a fresh install will install authlib 1.0.0.
The text was updated successfully, but these errors were encountered: