modificaciones
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user