fix: -rm welcome notif

This commit is contained in:
amhsirak
2026-01-23 17:02:44 +05:30
parent ab3ddd79c9
commit 8888e2ac95
2 changed files with 0 additions and 2 deletions

View File

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