diff --git a/resident-ui/src/app/core/services/data-storage.service.ts b/resident-ui/src/app/core/services/data-storage.service.ts index 23a3d22d..95d96ea8 100644 --- a/resident-ui/src/app/core/services/data-storage.service.ts +++ b/resident-ui/src/app/core/services/data-storage.service.ts @@ -171,8 +171,8 @@ export class DataStorageService { return this.httpClient.post(this.BASE_URL + '/auth-lock-unlock', request, { observe: 'response'}); } - getProfileInfo(langCode) { - return this.httpClient.get(this.BASE_URL + '/profile'); + getProfileInfo(langCode:any) { + return this.httpClient.get(this.BASE_URL + '/profile' + '?languageCode=' + langCode); } getServiceHistory(request: any, filters: any,pageSize1:any) {