@esfaenza/core 19.2.217 → 19.2.219

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.
@@ -899,7 +899,7 @@ class ExternalPagesComponent {
899
899
  let user = this.route.snapshot.params["user"];
900
900
  let password = this.route.snapshot.params["pswd"];
901
901
  let tenant = this.route.snapshot.params["tnt"];
902
- let source = this.route.snapshot.params["source"];
902
+ let source = this.route.snapshot.params["source"] ?? "";
903
903
  if (!anonymousMode)
904
904
  emb.loadExternalPage(user, password, tenant, source, _state, bts.getJaceIdentity(), aac);
905
905
  }