mirror of
https://github.com/System-End/campfire.git
synced 2026-04-19 19:45:12 +00:00
fix: mark email <input> as required
This commit is contained in:
parent
6612850c68
commit
8f832dfb88
1 changed files with 1 additions and 0 deletions
|
|
@ -113,6 +113,7 @@ function App() {
|
|||
>
|
||||
<img src="/icons/email.svg" alt="" className="w-6 h-5 flex-shrink-0 select-none" />
|
||||
<input
|
||||
required
|
||||
ref={emailRef}
|
||||
value={email}
|
||||
onChange={e => setEmail(e.target.value)}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue