From 7f6472a6545adb7dfe4de1eefff027ba82240e76 Mon Sep 17 00:00:00 2001 From: Michael Collins <15347726+michaeljcollinsuk@users.noreply.github.com> Date: Fri, 10 Jan 2025 16:13:35 +0000 Subject: [PATCH] Fix typo --- controlpanel/api/models/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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