mirror of
https://github.com/documenso/documenso.git
synced 2025-11-18 18:51:37 +10:00
Remove unused input fields
This commit is contained in:
@ -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">
|
||||||
|
|||||||
@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user