diff --git a/projects/common/src/fm/reducers/app-common.reducer.ts b/projects/common/src/fm/reducers/app-common.reducer.ts index b34fda6..d28cb9a 100644 --- a/projects/common/src/fm/reducers/app-common.reducer.ts +++ b/projects/common/src/fm/reducers/app-common.reducer.ts @@ -64,6 +64,8 @@ export function reducer(state = initialState, action: appCommonActions.Actions ) code:a.user.code, email:claims["email"]!== undefined ? claims["email"] : a.user.name, name:claims["name"]!== undefined?claims["name"] : a.user.email, + lastName:a.user.lastName, + firstName:a.user.firstName, claims:claims, searchable: false };