Solutionunvalidated

Update the reducer logic to access into `action.payload.applicationUser` property. — Redux-Toolkit slice reducers. Tension: the reducer is accessing some `user` property that doesn't exist in the response object. Outcome: Mutate state directly.

fe779ace-443a-478c-a7af-7611ef6d5b86

Update the reducer logic to access into action.payload.applicationUser property. — Redux-Toolkit slice reducers. Tension: the reducer is accessing some user property that doesn't exist in the response object. Outcome: Mutate state directly.