From 4578943a8a67ff53b19fb1e4449de9d57415ea0e Mon Sep 17 00:00:00 2001 From: Bhav Beri Date: Sun, 24 Mar 2024 11:56:36 +0530 Subject: [PATCH] Updated redirect link to go to admin pages --- web/src/utils/auth.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/utils/auth.jsx b/web/src/utils/auth.jsx index ba3286b..5bb9ace 100644 --- a/web/src/utils/auth.jsx +++ b/web/src/utils/auth.jsx @@ -8,7 +8,7 @@ export function login(pathname) { // redirect to CAS login window.location.replace( - "https://clubs.iiit.ac.in/login/https://clubs.iiit.ac.in", + "https://clubs.iiit.ac.in/login/https://clubs.iiit.ac.in/manage/events/" ); }