This commit is contained in:
oiov
2024-10-08 19:42:46 +08:00
parent 7510e880f9
commit 9aa2f58ea6
3 changed files with 11 additions and 13 deletions
+2 -2
View File
@@ -59,7 +59,7 @@ export function UserAuthForm({ className, type, ...props }: UserAuthFormProps) {
return (
<div className={cn("grid gap-3", className)} {...props}>
<form onSubmit={handleSubmit(onSubmit)}>
{/* <form onSubmit={handleSubmit(onSubmit)}>
<div className="grid gap-2">
<div className="grid gap-1">
<Label className="sr-only" htmlFor="email">
@@ -107,7 +107,7 @@ export function UserAuthForm({ className, type, ...props }: UserAuthFormProps) {
Or continue with
</span>
</div>
</div>
</div> */}
<button
type="button"