Skip to content
Snippets Groups Projects
Commit da1c2a11 authored by Awais Jibran's avatar Awais Jibran
Browse files

Fix Elevation in permission over OAuth

parent 054279d6
Branches
Tags
No related merge requests found
......@@ -198,6 +198,7 @@ def _attach_profile_claim(payload, user):
'family_name': user.last_name,
'given_name': user.first_name,
'administrator': user.is_staff,
'superuser': user.is_superuser,
})
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment