Skip to content

Commit

Permalink
Added proper_toast_message
Browse files Browse the repository at this point in the history
  • Loading branch information
nishant0708 committed Jul 9, 2024
1 parent 6400165 commit ea88eff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<meta name="author" content="Vansh Waldeo" />
<meta name="robots" content="index, follow" />
<meta name="googlebot" content="index, follow" />
<meta name="bingbot" content="index, follow" />\
<meta name="bingbot" content="index, follow" />

<!-- Open Graph -->
<meta property="og:type" content="website" />
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Login.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function Login() {

} catch (error) {
console.error("This is error",error);
toast.error("Failed to login");
toast.error(error?.response?.data?.message || "Can't Login for Now Please try again Later");
}
}
return (
Expand Down

0 comments on commit ea88eff

Please sign in to comment.