Skip to content

Commit

Permalink
ISTE-11: Updated logout redirect url
Browse files Browse the repository at this point in the history
  • Loading branch information
anilsingha-eGov committed May 3, 2024
1 parent e7ea7d6 commit 369827e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ export const UserService = {
window.sessionStorage.clear();

if (userType === "citizen") {
window.location.replace(`/${logoutRedirectURL}/citizen`);
window.location.replace(`/${logoutRedirectURL}`);
} else {
window.location.replace(`/${logoutRedirectURL}/employee/user/language-selection`);
window.location.replace(`/${logoutRedirectURL}`);
}
}
},
Expand Down

0 comments on commit 369827e

Please sign in to comment.