RootCauseunvalidated
The reducer is performing an async side effect by directly calling `Auth()` instead of using thunk middleware to run the API call outside reducer logic.
6f0de704-5087-40df-83ce-7eb590845c67
The reducer is performing an async side effect by directly calling Auth() instead of using thunk middleware to run the API call outside reducer logic.