Skip to content

Commit

Permalink
Fix wrong field Id in ForgotPassword.jsx (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdupont authored Feb 18, 2023
1 parent 034c6f9 commit 725e0c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function ForgotPassword({ status }) {

<form onSubmit={submit}>
<TextInput
id="password"
id="email"
type="email"
name="email"
value={data.email}
Expand Down

0 comments on commit 725e0c4

Please sign in to comment.