chore: -rm translated error
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user