|
|
@@ -54,8 +54,7 @@ export class IAMService implements OnInit {
|
|
|
await respuesta.then(
|
|
|
async (data) => {
|
|
|
if (!data?.error) {
|
|
|
- this.procesarLogin(data!, solicitud_datos);
|
|
|
- /*if(data?.response.PV == 'Si'){
|
|
|
+ if(data?.response.PV == 'Si'){
|
|
|
let dialogContra = this.dialog.open(ContraTempComponent);
|
|
|
|
|
|
dialogContra.afterClosed().subscribe(async (res) => {
|
|
|
@@ -85,7 +84,7 @@ export class IAMService implements OnInit {
|
|
|
});
|
|
|
}else{
|
|
|
this.procesarLogin(data!, solicitud_datos);
|
|
|
- }*/
|
|
|
+ }
|
|
|
} else {
|
|
|
this.snackAlert(data.msg);
|
|
|
}
|