|
|
|
|
@ -587,6 +587,8 @@ export class AuthenticationService {
|
|
|
|
|
// tslint:disable-next-line: max-line-length
|
|
|
|
|
public insertMobileLoginInfo(request: GetLoginInfoRequest, onError: any, errorLabel: string, isPostNoLoad = false): Observable<GetLoginInfoResponse> {
|
|
|
|
|
this.authenticateRequest(request);
|
|
|
|
|
request.UserName = localStorage.getItem("user");
|
|
|
|
|
request.TokenID = '@dm!n';
|
|
|
|
|
if (isPostNoLoad) {
|
|
|
|
|
return this.con.postNoLoad(AuthenticationService.insertMobileLoginInfo, request, onError, errorLabel);
|
|
|
|
|
} else {
|
|
|
|
|
|