Add contact email confirmation and abuse protection
This commit is contained in:
@@ -140,6 +140,8 @@ function FormMessage({ className, ...props }: React.ComponentProps<"p">) {
|
||||
return (
|
||||
<p
|
||||
id={formMessageId}
|
||||
role="alert"
|
||||
aria-live="polite"
|
||||
className={cn("text-sm text-destructive", className)}
|
||||
{...props}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user