fix: arreglar conexión con google auth y proceso de arreglar conexión entre paso2 y paso3

This commit is contained in:
Alexis
2026-04-14 10:29:25 +02:00
parent cb9030eb8d
commit f7bfc4b956
5 changed files with 83 additions and 41 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ class DoCIT2MFRequest(BaseModel):
def support_valid(cls, v, info):
c, d = v
if c >= d:
raise ValueError("El soporte debe cumplir c < d.")
raise ValueError("El soporte debe cumplir c <= d.")
core = info.data.get("core")
if core: