feat: missing S in email address
This commit is contained in:
parent
5dc8bcfc01
commit
5afc9819e5
|
|
@ -53,7 +53,7 @@ export function Forgot() {
|
|||
label="Email"
|
||||
{...form.register('email')}
|
||||
type="email"
|
||||
placeholder="Email Addres"
|
||||
placeholder="Email Address"
|
||||
/>
|
||||
</div>
|
||||
<div className="text-center mt-6">
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ export function Login() {
|
|||
label="Email"
|
||||
{...form.register('email')}
|
||||
type="email"
|
||||
placeholder="Email Addres"
|
||||
placeholder="Email Address"
|
||||
/>
|
||||
<Input
|
||||
label="Password"
|
||||
|
|
|
|||
|
|
@ -126,7 +126,7 @@ export function RegisterAfter({
|
|||
label="Email"
|
||||
{...form.register('email')}
|
||||
type="email"
|
||||
placeholder="Email Addres"
|
||||
placeholder="Email Address"
|
||||
/>
|
||||
<Input
|
||||
label="Password"
|
||||
|
|
|
|||
Loading…
Reference in New Issue