@yuntijs/arcadia-bff-sdk 1.2.75 → 1.2.76

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -35,7 +35,7 @@ __export(modal_exports, {
35
35
  module.exports = __toCommonJS(modal_exports);
36
36
  var import_modal = __toESM(require("antd/es/modal"));
37
37
  var logout = () => {
38
- window.location.href = "/logout";
38
+ window.location.href = "/oidc/logout";
39
39
  };
40
40
  var InvalidTokenModal;
41
41
  var onInvalidTokenModalCancel = () => {
@@ -1,6 +1,6 @@
1
1
  import Modal from 'antd/es/modal';
2
2
  export var logout = function logout() {
3
- window.location.href = '/logout';
3
+ window.location.href = '/oidc/logout';
4
4
  };
5
5
  var InvalidTokenModal;
6
6
  var onInvalidTokenModalCancel = function onInvalidTokenModalCancel() {