@luizleon/sf.prefeiturasp.vuecomponents 4.1.27 → 4.1.28

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.
@@ -7142,7 +7142,7 @@ class Ef {
7142
7142
  LoginSenhaweb() {
7143
7143
  var n;
7144
7144
  const e = (n = this.oidc.authServerUrl) != null && n.startsWith(
7145
- "https://keycloak.dev.apps.sf.prefeitura.sp.gov.br/"
7145
+ "https://keycloak.dev.apps.sf.prefeitura.sp.gov.br"
7146
7146
  ) ? "senhawebdev" : "senhaweb";
7147
7147
  this.oidc.login({ idpHint: e });
7148
7148
  }