Skip to content

Commit ed79156

Browse files
committed
Chaneg login failed toast message
1 parent 2db6ce6 commit ed79156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/components/auth/login-form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export function LoginForm() {
4545
toast({
4646
title: "Error",
4747
variant: "destructive",
48-
description: "Login Failed.",
48+
description: "Username or/and password provided is wrong.",
4949
});
5050
}
5151
};

0 commit comments

Comments
 (0)