You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On submit, dispatches the user credentials to the server to be verified.
If thunk returns success from the db (user was authenticated), then store a jwt and set login property of redux store to the username of the user that was logged in.
The text was updated successfully, but these errors were encountered:
Create a login component that logs user in.
Displays username and password text input fields.
On submit, dispatches the user credentials to the server to be verified.
If thunk returns success from the db (user was authenticated), then store a jwt and set login property of redux store to the username of the user that was logged in.
The text was updated successfully, but these errors were encountered: