mirror of
https://github.com/documenso/documenso.git
synced 2025-11-18 10:42:01 +10:00
Remove unused input fields
This commit is contained in:
@ -98,7 +98,6 @@ export default function ForgotPassword() {
|
||||
</div>
|
||||
<FormProvider {...methods}>
|
||||
<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>
|
||||
<label htmlFor="email-address" className="sr-only">
|
||||
|
||||
@ -99,7 +99,6 @@ export default function ResetPassword(props: any) {
|
||||
</div>
|
||||
<FormProvider {...methods}>
|
||||
<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>
|
||||
<label htmlFor="password" className="sr-only">
|
||||
|
||||
Reference in New Issue
Block a user