Skip to content

Commit

Permalink
fix(fe-no-fix): updates 20240126
Browse files Browse the repository at this point in the history
  • Loading branch information
a-buono committed Jan 26, 2024
1 parent fcfb60e commit 7e5396e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fe-piattaforma/src/redux/features/user/userSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export const userSlice = createSlice({
});
},
login: (state) => {
if(state){
if(state.user){
state.user['cfUtenteLoggato'] = state?.user?.codiceFiscale;
}
setSessionValues('user', state.user);
Expand Down

0 comments on commit 7e5396e

Please sign in to comment.