|
@@ -11,5 +11,5 @@ export const getRedirectUrl = () => {
|
|
|
export const getLogoutUrl = () => {
|
|
export const getLogoutUrl = () => {
|
|
|
if (!loginApp) return '';
|
|
if (!loginApp) return '';
|
|
|
const encodeUrl = encodeURIComponent(window.location.href);
|
|
const encodeUrl = encodeURIComponent(window.location.href);
|
|
|
- return urlJoin(loginApp, `logout?redirect=${encodeUrl}`);
|
|
|
|
|
|
|
+ return loginApp + `logout?redirect=${encodeUrl}`;
|
|
|
};
|
|
};
|