diff --git a/src/programa/programa.service.ts b/src/programa/programa.service.ts index c069bb9..83ff5ad 100644 --- a/src/programa/programa.service.ts +++ b/src/programa/programa.service.ts @@ -68,6 +68,11 @@ export class ProgramaService { }, }); + //Agregamos esta linea para verificar los logs + console.log("Password generado:", this.authService.generarPassword()); + console.log("prog:", prog); + + if (!responsable) { const password = await this.authService.encriptar( this.authService.generarPassword(),