alerts debug

This commit is contained in:
CHIEFSOFT\ameye
2023-09-16 19:29:05 -04:00
parent defb598e3a
commit be49504f3e
@@ -41,9 +41,11 @@ export class StartscanPage implements OnInit {
if (qrString == null || qrString == '' ) {
return;
}
alert(qrString);
this.loginQrData = { username: qrString, sessionid: 'DUMMY-APP-SESSION-STARTER', action: 11022,login_mode: 1105 }
this.wrenchService.qrLoginUser(this.loginQrData).subscribe(
loginResult => {
alert("Here 00009");
this.loginResult = loginResult;
console.log("INTERNAL RETURN->" + this.loginResult.internal_return);
if (loginResult != null && loginResult.internal_return == 100 && this.sessionDataProviderService.ConstructGlobalSessionData(this.loginResult) == true) {