diff --git a/controlpanel/api/models/user.py b/controlpanel/api/models/user.py index 1aa7c7b7..4405f1a8 100644 --- a/controlpanel/api/models/user.py +++ b/controlpanel/api/models/user.py @@ -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