Remove unused input fields

This commit is contained in:
Ephraim Atta-Duncan
2023-06-07 10:12:05 +00:00
parent 7184c47ac4
commit f08836216e
2 changed files with 0 additions and 2 deletions

View File

@ -98,7 +98,6 @@ export default function ForgotPassword() {
</div> </div>
<FormProvider {...methods}> <FormProvider {...methods}>
<form className="mt-8 space-y-6" onSubmit={methods.handleSubmit(onSubmit)}> <form className="mt-8 space-y-6" onSubmit={methods.handleSubmit(onSubmit)}>
<input type="hidden" name="remember" defaultValue="true" />
<div className="-space-y-px rounded-md shadow-sm"> <div className="-space-y-px rounded-md shadow-sm">
<div> <div>
<label htmlFor="email-address" className="sr-only"> <label htmlFor="email-address" className="sr-only">

View File

@ -99,7 +99,6 @@ export default function ResetPassword(props: any) {
</div> </div>
<FormProvider {...methods}> <FormProvider {...methods}>
<form className="mt-8 space-y-6" onSubmit={methods.handleSubmit(onSubmit)}> <form className="mt-8 space-y-6" onSubmit={methods.handleSubmit(onSubmit)}>
<input type="hidden" name="remember" defaultValue="true" />
<div className="-space-y-px rounded-md shadow-sm"> <div className="-space-y-px rounded-md shadow-sm">
<div> <div>
<label htmlFor="password" className="sr-only"> <label htmlFor="password" className="sr-only">