OspreyFly / fuzzy-phids-frontend

0 stars 0 forks source link

four letter password sign up gives blank screen #1

Closed CodyTVWeber closed 2 months ago

CodyTVWeber commented 2 months ago

When using a four letter password to sign up, the sign up returns with a blank screen. BE network response says instance.password does not meet minimum length of 5

Steps to reproduce:

  1. Navigate to sign up.
  2. Use "aaaa" for a password
  3. Fill rest out with valid info.
  4. Click sign up.
  5. Observe that the page goes blank

See below: image

OspreyFly commented 2 months ago

My solution is to conditionally render an element to warn users, then return to end the submit function.

CodyTVWeber commented 2 months ago

This looks to be fixed.