diff --git a/Mohem/src/app/hmg-common/services/authentication/authentication.service.ts b/Mohem/src/app/hmg-common/services/authentication/authentication.service.ts index 699d1510..e6e24a52 100644 --- a/Mohem/src/app/hmg-common/services/authentication/authentication.service.ts +++ b/Mohem/src/app/hmg-common/services/authentication/authentication.service.ts @@ -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 { this.authenticateRequest(request); + request.UserName = localStorage.getItem("user"); + request.TokenID = '@dm!n'; if (isPostNoLoad) { return this.con.postNoLoad(AuthenticationService.insertMobileLoginInfo, request, onError, errorLabel); } else {