|
|
|
|
@ -224,18 +224,7 @@ export class WelcomeComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
|
|
|
this.loginWithUser.emit();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
testLogin(){
|
|
|
|
|
let x = {
|
|
|
|
|
title: 'login,verify-with-whatsapp',
|
|
|
|
|
url: null,
|
|
|
|
|
icon: 'assets/icon/login/104.png',
|
|
|
|
|
settings: new ButtonSettings(true, true, true, true),
|
|
|
|
|
value: 4,
|
|
|
|
|
visible: true,
|
|
|
|
|
buttonClass: 'buttonClassWhite',
|
|
|
|
|
pClass: 'pClassMyFileIconBlack',
|
|
|
|
|
class: 'nationalIdIcon',
|
|
|
|
|
};
|
|
|
|
|
loginWithDigitalID(){
|
|
|
|
|
this.confimLogin.checkAccess(this.logintype, true, this.logintype);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|