aburd / beats-with-friends

A piece of software where beatmakers can make beats with each other.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect password routes to profile page

MFukazawa opened this issue · comments

Expected Behavior

  • failed validation should remain on login page and throw an error

Current Behavior

  • user is routed to profile page
  • error displays in the console

Screen Shot 2022-08-23 at 18 38 58

Possible Solution

  • add validation, B

Steps to Reproduce

  1. If signed in, sign out
  2. Log in with an incorrect password
  3. ???
  4. profit

Context (Environment)

Detailed Description

Possible Implementation