From 62b71060bebae5d2d5ae4eefe402089abd5ed836 Mon Sep 17 00:00:00 2001 From: Patriots01 <424018289@pcpum.acatlan.unam.mx> Date: Tue, 13 Jan 2026 19:04:52 +0000 Subject: [PATCH] modificaciones --- src/programa/programa.service.ts | 5 +++++ 1 file changed, 5 insertions(+) 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(),