moe fixes

MOE_DEV_NEW_TEMPORARY_DESIGN
umasoodch 3 years ago
parent 95332c5a5e
commit cef0d886c7

@ -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 {

Loading…
Cancel
Save