Skip to content

Commit

Permalink
Updating admin group.
Browse files Browse the repository at this point in the history
  • Loading branch information
julialawrence committed Nov 24, 2023
1 parent bca63a7 commit 582923d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ def logout():


def check_if_user_is_admin(group_ids):
admin_group_name = "data-platform-single-ui-group" # This should be the actual ID of your admin group in Azure AD
admin_group_name = "data-platform-coder" # This should be the actual ID of your admin group in Azure AD

# Debugging: Print the group information to the console for verification
print("\nDebugging Info: Groups associated with the user:")
Expand Down

0 comments on commit 582923d

Please sign in to comment.