Skip to content
Snippets Groups Projects
Commit d7a7665a authored by Tomáš Hozman's avatar Tomáš Hozman
Browse files

fix user id

parent 14532c8d
Branches
Tags
No related merge requests found
Pipeline #9125 passed
......@@ -42,5 +42,7 @@ def authenticate_via_jwt(
flask.url_for("oidc.login")
)
flask.g.user_id = claims["sub"]
return func(*args, **kwargs)
return decorator
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment