We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2db6ce6 commit ed79156Copy full SHA for ed79156
frontend/components/auth/login-form.tsx
@@ -45,7 +45,7 @@ export function LoginForm() {
45
toast({
46
title: "Error",
47
variant: "destructive",
48
- description: "Login Failed.",
+ description: "Username or/and password provided is wrong.",
49
});
50
}
51
};
0 commit comments