update input types to email
This commit is contained in:
@ -49,7 +49,7 @@ export function EmailForgotPassword(): JSX.Element {
|
||||
<FormLabel>Email</FormLabel>
|
||||
<BorderedFormInput
|
||||
key="email"
|
||||
type="text"
|
||||
type="email"
|
||||
name="email"
|
||||
value={email}
|
||||
placeholder="Email"
|
||||
|
||||
@ -52,7 +52,7 @@ export function EmailLogin(): JSX.Element {
|
||||
<FormLabel>Email</FormLabel>
|
||||
<BorderedFormInput
|
||||
key="email"
|
||||
type="text"
|
||||
type="email"
|
||||
name="email"
|
||||
value={email}
|
||||
placeholder="Email"
|
||||
|
||||
@ -71,7 +71,7 @@ export function EmailSignup(): JSX.Element {
|
||||
<FormLabel className="required">Email</FormLabel>
|
||||
<BorderedFormInput
|
||||
key="email"
|
||||
type="text"
|
||||
type="email"
|
||||
name="email"
|
||||
defaultValue={email}
|
||||
placeholder="Email"
|
||||
|
||||
Reference in New Issue
Block a user