Merge pull request #39 from sijan2/main

feat: sign in error message typos
This commit is contained in:
shadcn 2022-11-28 18:43:57 +04:00 committed by GitHub
commit 46cebf67e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",
})
}