Skip to content
Snippets Groups Projects
Commit 4dac8110 authored by Mart van Santen's avatar Mart van Santen
Browse files

Fix syntax

parent d6916846
No related branches found
No related tags found
1 merge request!71Resolve "Admin logins should gain admin privileges"
Pipeline #10665 failed with stages
in 56 seconds
......@@ -551,7 +551,7 @@ def consent():
role = role_obj.role
# Get claims for this user, provided the current app
claims = user.get_claims(app_name, none, role)
claims = user.get_claims(app_name, None, role)
# pylint: disable=fixme
# TODO: Need to implement checking claims here, once the backend for that is
......
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