Linting fixes
This commit is contained in:
@@ -37,9 +37,7 @@ const AccountRecoveryPage = () => {
|
||||
className="grid items-center gap-2"
|
||||
style={{ gridTemplateColumns: 'auto 1fr' }}
|
||||
>
|
||||
<span className="capitalize text-ch-gray-300 text-sm">
|
||||
email
|
||||
</span>
|
||||
<span className="capitalize text-ch-gray-300 text-sm">email</span>
|
||||
<InputTextForm
|
||||
className="text-xl"
|
||||
name="email"
|
||||
|
||||
@@ -49,9 +49,7 @@ const UpdatePasswordPage = () => {
|
||||
required: true,
|
||||
}}
|
||||
/>
|
||||
<span className="capitalize text-ch-gray-300 text-sm">
|
||||
confirm
|
||||
</span>
|
||||
<span className="capitalize text-ch-gray-300 text-sm">confirm</span>
|
||||
<InputTextForm
|
||||
className="text-xl"
|
||||
name="confirm"
|
||||
|
||||
Reference in New Issue
Block a user