TACC / tup-ui

React client for TACC User Portal
2 stars 0 forks source link

bug/TUP-692 TUP Login Form Error Message Unstyled #430

Closed R-Tomas-Gonzalez closed 4 months ago

R-Tomas-Gonzalez commented 4 months ago

Overview

Add error styling to tup login

Related

Changes

Adds className='c-form' to form element instead of div element to allow for styling to take effect.

Testing

  1. http://localhost:8000/portal/login?from=/portal/account
  2. Hit the submit button without entering any of the fields.
  3. Make sure it pops up red

UI

Before After
Screenshot 2024-02-21 at 5 51 49 PM Screenshot 2024-02-21 at 5 52 36 PM