removed unwanted handeling on login page

This commit is contained in:
Vaibhav Surve 2025-03-29 16:45:19 +05:30
parent 899dac5afd
commit 959e4dd7dd

View File

@ -46,13 +46,6 @@ const LoginPage = () => {
console.log("Unable to proceed. Please try again.");
setLoading(false);
if (err.status === 401) {
showToast(err.response.data);
} else
{
showToast("Unable to proceed. Please try again.","error");
}
}
};
return (