From 346f53e9177cb02db9a6846425c5921e2eeb5140 Mon Sep 17 00:00:00 2001 From: Gowtham Sai <66207607+gowtham3105@users.noreply.github.com> Date: Tue, 6 Sep 2022 11:26:26 +0530 Subject: [PATCH] changing to s_admin --- CDC_Backend/APIs/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CDC_Backend/APIs/constants.py b/CDC_Backend/APIs/constants.py index c76856a..5696feb 100644 --- a/CDC_Backend/APIs/constants.py +++ b/CDC_Backend/APIs/constants.py @@ -62,7 +62,7 @@ EMAIL = "email" STUDENT = 'student' ADMIN = 'admin' -SUPER_ADMIN = 'su' +SUPER_ADMIN = 's_admin' COMPANY = 'company' TIER = 'tier' # To be Configured Properly