diff --git a/components/dashboard/user-auth-form.tsx b/components/dashboard/user-auth-form.tsx index 95170a6..2685cdf 100644 --- a/components/dashboard/user-auth-form.tsx +++ b/components/dashboard/user-auth-form.tsx @@ -41,7 +41,7 @@ export function UserAuthForm({ className, ...props }: UserAuthFormProps) { if (!signInResult?.ok) { return toast({ title: "Something went wrong.", - message: "Your post was not saved. Please try again.", + message: "Your sign in request failed. Please try again.", type: "error", }) }