Skip to content

Commit

Permalink
Merge pull request shadcn-ui#39 from sijan2/main
Browse files Browse the repository at this point in the history
feat: sign in error message typos
  • Loading branch information
shadcn committed Nov 28, 2022
2 parents 8b140ba + 95a93b7 commit 46cebf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/dashboard/user-auth-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
})
}
Expand Down

0 comments on commit 46cebf6

Please sign in to comment.