vnntsu/elixir-ic

[UI] As a user, I can login with email and password

Closed this issue · 0 comments

Why

Users can log in with their email and password to use the application.

Acceptance Criteria

  • Create a login page with the following:
    • two fields:
      • email
      • password
    • a login button
  • Bring the user to the home page if they input the correct email and password.
  • Show an error if the user inputs the wrong email or password.