Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

Commit

Permalink
Updated redirect link to go to admin pages
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavberi committed Mar 24, 2024
1 parent c741fcd commit 4578943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/utils/auth.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
);
}

Expand Down

0 comments on commit 4578943

Please sign in to comment.