diff --git a/projects/common/src/fm/reducers/app-common.reducer.ts b/projects/common/src/fm/reducers/app-common.reducer.ts index d377286..635d230 100644 --- a/projects/common/src/fm/reducers/app-common.reducer.ts +++ b/projects/common/src/fm/reducers/app-common.reducer.ts @@ -107,7 +107,7 @@ export function reducer(state = initialState, action: appCommonActions.Actions ) return tassign(state,{userPackages:packages}); } case appCommonActions.LOGOUT:{ - return tassign(state,{user:null}); + return tassign(state,{user:null,initialized:false}); } default: { return state;