-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(routes): mark login and sign up fields required
This does nothing to the form validation functionality (we still will use `@conform-to` client and server-side) but it ensures that the `aria-required` attributes are set correctly. When not using JS client-side, this results in a slightly better experience as the user's browser will do some client-side validation for us before our server performs validation.
- Loading branch information
1 parent
1fd7d8d
commit 557649f
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters