ps-toolkit-ui 0.0.80 → 0.0.81

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.
@@ -2004,6 +2004,8 @@
2004
2004
  };
2005
2005
  this.logout = new InputClass(config.environment, l, 'Logout', null, exports.InputType.Button, 'grey h-30');
2006
2006
  this.logout.onClick = function () {
2007
+ HelperClass.eraseCookie('Authorization');
2008
+ location.href = '';
2007
2009
  };
2008
2010
  }
2009
2011
  return HeaderComponent;