diff --git a/zwift_offline.py b/zwift_offline.py index fc71096..1ff72c9 100644 --- a/zwift_offline.py +++ b/zwift_offline.py @@ -625,6 +625,7 @@ def auth_rb(): @app.route('/launcher', methods=['GET']) @app.route('/launcher/realms/zwift/protocol/openid-connect/auth', methods=['GET']) +@app.route('/launcher/realms/zwift/protocol/openid-connect/registrations', methods=['GET']) @app.route('/auth/realms/zwift/protocol/openid-connect/auth', methods=['GET']) @app.route('/auth/realms/zwift/login-actions/request/login', methods=['GET', 'POST']) @app.route('/auth/realms/zwift/protocol/openid-connect/registrations', methods=['GET'])