mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 00:03:33 +10:00
🚑 submit button type
This commit is contained in:
@ -135,6 +135,7 @@ export default function Login() {
|
||||
|
||||
<div>
|
||||
<Button
|
||||
type="submit"
|
||||
disabled={formState.isSubmitting}
|
||||
className="group relative flex w-full"
|
||||
>
|
||||
|
||||
@ -182,6 +182,7 @@ export default function Signup() {
|
||||
</div>
|
||||
|
||||
<Button
|
||||
type="submit"
|
||||
onClick={() => {
|
||||
methods.clearErrors();
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user