Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljcollinsuk committed Jan 10, 2025
1 parent bcc24f3 commit 7f6472a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controlpanel/api/models/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def show_webapp_data_link(self):
@property
def is_github_user(self):
"""
Determin if the user was created via the github connection. We can use this to limit what
Determine if the user was created via the github connection. We can use this to limit what
actions non-github users do within the AP.
This has been added specifically to allow CICA users to authenticate with EntraID in order
to access QuickSight in the AP. This is a temporary change, that should be removed once auth
Expand Down

0 comments on commit 7f6472a

Please sign in to comment.