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

Remove unused token parameter

parent 0908ca0e
No related branches found
No related tags found
1 merge request!5Service Integration
Pipeline #1433 failed with stages
in 4 minutes and 4 seconds
......@@ -30,7 +30,7 @@ sso = oauth.remote_app(
consumer_secret=SECRET)
@sso.tokengetter
def get_sso_token(token=None):
def get_sso_token():
return session.get('sso_token')
@app.route('/')
......
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