chore: -rm translated notification

This commit is contained in:
amhsirak
2024-12-24 03:06:50 +05:30
parent 155a4c711b
commit fed53fd0c6

View File

@@ -46,7 +46,7 @@ const Login = () => {
password,
});
dispatch({ type: "LOGIN", payload: data });
notify("success", t('login.welcome_notification')); // Translated notification
notify("success", t('login.welcome_notification'));
window.localStorage.setItem("user", JSON.stringify(data));
navigate("/");
} catch (err) {