Is your feature request related to a problem? Please describe.
When logging in, signing up, or creating an organization, red text is displayed on each field notifying users of what fields are required, before a user has a chance to fill them out.
Typically, we would want to signify required fields using a less urgent indicator, and only show red text if a user fails to fill out a form but submits the form. Since all fields are required and the text reads as fairly urgent, it might be annoying for a user who hasn't had a chance to fill the form out yet to see this messaging.
Describe the solution you'd like
Suggest hiding this text until the user tries to submit without filling out required fields. If a field is required, we should delineate it as such with less urgency, such as with an asterisk. If all fields are required, we shouldn't need to delineate it as required.
Additional context
This is present on login, signup, and Organization creation, but might be present elsewhere.
Is your feature request related to a problem? Please describe. When logging in, signing up, or creating an organization, red text is displayed on each field notifying users of what fields are required, before a user has a chance to fill them out.
Typically, we would want to signify required fields using a less urgent indicator, and only show red text if a user fails to fill out a form but submits the form. Since all fields are required and the text reads as fairly urgent, it might be annoying for a user who hasn't had a chance to fill the form out yet to see this messaging.
Describe the solution you'd like Suggest hiding this text until the user tries to submit without filling out required fields. If a field is required, we should delineate it as such with less urgency, such as with an asterisk. If all fields are required, we shouldn't need to delineate it as required.
Additional context This is present on login, signup, and Organization creation, but might be present elsewhere.