|
|
|
|
@ -73,6 +73,7 @@ export class ConfirmLoginComponent implements OnInit {
|
|
|
|
|
empname: string;
|
|
|
|
|
lastLoginDate: string;
|
|
|
|
|
user_name: string;
|
|
|
|
|
FFloginType: any;
|
|
|
|
|
|
|
|
|
|
constructor(
|
|
|
|
|
|
|
|
|
|
@ -515,8 +516,8 @@ export class ConfirmLoginComponent implements OnInit {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
loginWithFingurePrint(el: any) {
|
|
|
|
|
|
|
|
|
|
if (!el.disabled) {
|
|
|
|
|
this.FFloginType=el.value;
|
|
|
|
|
|
|
|
|
|
this.startBiometricLoginIfAvailable();
|
|
|
|
|
|
|
|
|
|
@ -527,7 +528,7 @@ export class ConfirmLoginComponent implements OnInit {
|
|
|
|
|
faceReconization(el: any) {
|
|
|
|
|
|
|
|
|
|
if (!el.disabled) {
|
|
|
|
|
|
|
|
|
|
this.FFloginType=el.value;
|
|
|
|
|
this.startBiometricLoginIfAvailable();
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
@ -700,7 +701,6 @@ export class ConfirmLoginComponent implements OnInit {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}else {
|
|
|
|
|
|
|
|
|
|
this.onlySMSBox = false;
|
|
|
|
|
|
|
|
|
|
this.button();
|
|
|
|
|
|