|
|
@@ -46,7 +46,7 @@ export class CambiarContrasenaComponent implements OnInit {
|
|
|
let randomNumber = Math.floor(Math.random() * chars.length);
|
|
|
password += chars.substring(randomNumber, randomNumber + 1);
|
|
|
}
|
|
|
- this.password1?.setValue(password);
|
|
|
- this.password2?.setValue(password);
|
|
|
+ this.password1?.setValue("Tmk#"+password+"0");
|
|
|
+ this.password2?.setValue("Tmk#"+password+"0");
|
|
|
}
|
|
|
}
|