Solutionunvalidated
Update the `login` Thunk to catch and handle any fetching errors/issues. Tension: handle Promise rejections and errors better. Outcome: return a rejection value (typically the error or error message).
f9e7f182-936a-4a31-90c5-f94378105ad5
Update the login Thunk to catch and handle any fetching errors/issues. Tension: handle Promise rejections and errors better. Outcome: return a rejection value (typically the error or error message).