added the rest

This commit is contained in:
Ebube
2023-04-27 10:07:10 +01:00
parent d91241dad9
commit e2b4aaa105
3 changed files with 26 additions and 25 deletions
-1
View File
@@ -67,7 +67,6 @@ export default function Login() {
setLoginLoading(true);
// userApi.getUserReminders(); //testing
setTimeout(() => {
toast.success("Login Successfully");
navigate("/", { replace: true });
setLoginLoading(false);
}, 2000);