Skip to content

Commit

Permalink
EPMRPP-87407 || Fix login with external auth providers (#3633)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmsterGet authored Nov 2, 2023
1 parent 573fffa commit 404d490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/pages/outside/common/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ export const normalizePathWithPrefix = (path) => {
};

export const setWindowLocationToNewPath = (path) => {
window.location = `${window.location.protocol}//${window.location.host}${path}`;
window.location = path;
};

0 comments on commit 404d490

Please sign in to comment.