Create User Login Page
Opened this issue · 1 comments
StruckCroissant commented
Summary
Need to make an Vue3 component that handles user login.
Wireframe
Acceptance Criteria
- Normal functionality
- User's can login and is automatically redirected to the landing page (this doesn't need to be developed yet; can go to an empty page)
- Error handling
- Username and password must be required
- Serverside error messages should go through the toast component
- Validation errors should be consumed by the Vee validate custom inputs
- There is a test case for the above criteria. (dependent on #58)
StruckCroissant commented
Login page is already implemented. It just sucks. Can close with #40