Skip to content
Snippets Groups Projects
Verified Commit d5933843 authored by Mark's avatar Mark
Browse files

Remove unused Logout url var

parent 7503c134
No related branches found
No related tags found
1 merge request!34Resolve "Replace Flask-oauth with oauthlib in test/login_logout"
Pipeline #4700 passed with stages
in 1 minute and 52 seconds
......@@ -6,7 +6,6 @@ from flask_dance.consumer import OAuth2ConsumerBlueprint, oauth_authorized, oaut
BASE_URL=environ["BASE_URL"]
ACCESS_TOKEN_URL=environ["ACCESS_TOKEN_URL"]
LOGOUT_URL=environ["LOGOUT_URL"]
AUTHORIZE_URL=environ["AUTHORIZE_URL"]
USERINFO_URL=environ["USERINFO_URL"]
KEY=environ["KEY"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment