Compare commits

..

No commits in common. "bab312b9ee6527f03d5dc1ecd2685b380fceab87" and "69a907860b232de23b2107a94903a15228539d3f" have entirely different histories.

View File

@ -61,7 +61,7 @@ const ChangePasswordPage = ({ onClose }) => {
onClose(); onClose();
} catch (error) { } catch (error) {
setLoading(false); setLoading(false);
showToast(error.response.data.message, "error"); showToast("Something went wrong", "error");
} }
}; };