Skip to content

Commit

Permalink
autoCommit 2024 1Mo.165200
Browse files Browse the repository at this point in the history
  • Loading branch information
LoydOsborne committed Dec 9, 2024
1 parent 07cb34b commit 13972eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/staff-portal/navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,6 @@ function getCookie(name) {

function redirectToUserPage() {
const baseURL = window.location.origin; // Extract base URL
const redirectUrl = `${baseURL}/u/`;
const redirectUrl = `${baseURL}/dashboard/`;
window.location.href = redirectUrl;
}

0 comments on commit 13972eb

Please sign in to comment.