I have a question about the auth reducer we created as an exercise.
When I pass an empty string as a value to the username property and I click the login link, the state never changes, and the link stays the same ‘login’
How does this work? and why the state wasn’t changed?