fixed the login button

enad-Q1-HMG
enadhilal 5 years ago
parent 4bccdd5f28
commit 957a809073

@ -493,6 +493,8 @@ export class ConfirmLoginComponent implements OnInit {
element.forEach(elementValue => {
if(typeNumber === elementValue.value){
buttonSelected = elementValue;
}else{
elementValue.visible = false;
}
});
});

Loading…
Cancel
Save