Skip to content

Commit

Permalink
added debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
shuhaib-aot authored Aug 27, 2024
1 parent 3f218e0 commit 81bbc5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions forms-flow-api/src/formsflow_api/resources/formio.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ def add_jwt_token_as_header(response):
formio_user_resource_id = Cache.get("user_resource_id")

roles = get_role_ids_from_user_groups(role_ids, user_role)
print(roles,"roles",user_role,"user_roles",role_ids)
if roles is not None:
roles.append(
{
Expand Down

0 comments on commit 81bbc5d

Please sign in to comment.