Skip to content

Commit 75a77c0

Browse files
committed
fix: remove spellcheck from input field
1 parent 1c2a47c commit 75a77c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/components/auth-form.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ render(){
3636
<div className="field">
3737
<label htmlFor="email" className="label">> Email</label>
3838
<div className="control">
39-
<input name="email" type="email" className="input" autocomplete="off" required/>
39+
<input name="email" type="email" className="input" autocomplete="off" spellcheck="false" required/>
4040
</div>
4141
</div>
4242
<div className="field">

0 commit comments

Comments
 (0)