fge-auth-component 4.0.15 → 4.0.16
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.
|
@@ -2915,7 +2915,7 @@ const p4 = async (t) => Ee.post("v1/auth/login", t).then((e) => e).catch((e) =>
|
|
|
2915
2915
|
// No está en PerfilUsuario
|
|
2916
2916
|
msPersonaId: 0,
|
|
2917
2917
|
// No está en PerfilUsuario
|
|
2918
|
-
nacimiento: (
|
|
2918
|
+
nacimiento: (P1 = (ln = (tt = J.perfilPersona) == null ? void 0 : tt.nacimiento) == null ? void 0 : ln.toISOString) == null ? void 0 : P1.call(ln),
|
|
2919
2919
|
sexo: ((x1 = J.perfilPersona) == null ? void 0 : x1.sexo) ?? "",
|
|
2920
2920
|
direccion: ((M1 = J.perfilPersona) == null ? void 0 : M1.direccion) ?? "",
|
|
2921
2921
|
fotoUrl: `${d.value}/personas/fotosegip/${J.perfilPersona.msFileFoto}?rand=${Math.random() * 100}`,
|
|
@@ -24708,7 +24708,7 @@ const zE = "AUTH_PERFIL_PERSONA_EDITAR_FOTO", jE = (t) => {
|
|
|
24708
24708
|
]),
|
|
24709
24709
|
b("div", null, [
|
|
24710
24710
|
b("p", oB, de((i = c(e).userState.user) == null ? void 0 : i.nombreCompleto), 1),
|
|
24711
|
-
(l = c(e).userState.user) != null &&
|
|
24711
|
+
(A = (l = c(e).userState) == null ? void 0 : l.user) != null && A.nacimiento ? (T(), K("p", rB, de(c(ne).fromISO(c(e).userState.user.nacimiento).toFormat("dd - MM - yyyy")), 1)) : le("", !0),
|
|
24712
24712
|
b("p", sB, "CI. " + de((u = c(e).userState.user) == null ? void 0 : u.ci), 1),
|
|
24713
24713
|
b("p", aB, de(((d = c(e).userState.user) == null ? void 0 : d.sexo) === "M" ? "Masculino" : "Femenino"), 1),
|
|
24714
24714
|
t.cambiarPassword ? (T(), K("div", iB, [
|