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
When a user visits the root path they should be on the welcome page which includes:
Welcome message
Brief description of the application
Button to Log in
Link to Registration
Details: Implement basic auth in the application allowing a user to log in with an email and password. The password should be stored in the database using bcrypt.
The text was updated successfully, but these errors were encountered:
When a user visits the root path they should be on the welcome page which includes:
Details: Implement basic auth in the application allowing a user to log in with an email and password. The password should be stored in the database using bcrypt.
The text was updated successfully, but these errors were encountered: