Defaultinator / defaultinator-ui

User interface for Defaultinator
MIT License
2 stars 6 forks source link

Email should be a required field #8

Closed luciddr34m3r closed 2 years ago

luciddr34m3r commented 2 years ago

Validate in the UI that the email field is not empty on submission.

/components/forms/APIKeyForm

luciddr34m3r commented 2 years ago

Unsure if errors for the request are being properly handled, but if not, need to take this time to handle non-2XX responses from the api in the post.