Skip to content

Commit

Permalink
chore(admin-react): removed post-login redirect on login
Browse files Browse the repository at this point in the history
  • Loading branch information
agarbe committed Jul 16, 2024
1 parent cfac5ae commit 4693eca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export const KeycloakProvider = ({
setTimeoutRefreshToken();
} else {
keycloakInstance.login({
redirectUri: window.location.origin + "/admin2/post-login",
redirectUri: window.location.origin,
});
}

Expand Down

0 comments on commit 4693eca

Please sign in to comment.