chore: -rm translated error

This commit is contained in:
amhsirak
2024-12-24 03:07:01 +05:30
parent fed53fd0c6
commit 85381a4b60

View File

@@ -50,7 +50,7 @@ const Login = () => {
window.localStorage.setItem("user", JSON.stringify(data)); window.localStorage.setItem("user", JSON.stringify(data));
navigate("/"); navigate("/");
} catch (err) { } catch (err) {
notify("error", t('login.error_notification')); // Translated error notify("error", t('login.error_notification'));
setLoading(false); setLoading(false);
} }
}; };