ngx-sp-auth 4.20.2 → 4.20.4

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.
@@ -2282,7 +2282,7 @@ class LoginOSComponent {
2282
2282
  // #endregion ==========> API METHODS <==========
2283
2283
  // #region ==========> UTILS <==========
2284
2284
  redirect() {
2285
- let hostname = window.location.host == "localhost" ? "siscandesv6.sispro.com.br" : window.location.host;
2285
+ let hostname = window.location.host == "localhost" ? "v6siscandes.sispro.com.br" : window.location.host;
2286
2286
  let baseURL = `https://${hostname}/SisproErpCloud`;
2287
2287
  if (!this._loginOSModel.redirectUrl)
2288
2288
  this._router.navigateByUrl("/home");
@@ -4612,7 +4612,7 @@ class SubMenuComponent {
4612
4612
  // #region PUBLIC
4613
4613
  this.navSubmenus = [];
4614
4614
  this.isProduction = true;
4615
- this.hostname = "https://siscandesv6.sispro.com.br";
4615
+ this.hostname = "https://v6siscandes.sispro.com.br";
4616
4616
  this.onTituloSelecionado = new EventEmitter();
4617
4617
  this.onTelaSelecionada = new EventEmitter();
4618
4618
  this.hostNameOutSystems = "";