mirror of
https://github.com/shadcn-ui/taxonomy
synced 2026-05-24 09:48:32 +00:00
Merge pull request #39 from sijan2/main
feat: sign in error message typos
This commit is contained in:
commit
46cebf67e5
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue