This commit is contained in:
2023-01-30 16:46:39 -05:00
14 changed files with 14151 additions and 887 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ export default function Layout({ children }) {
const navigate = useNavigate();
const logOut = () => {
localStorage.removeItem("email");
localStorage.clear();
localStorage.removeItem('session_token');
toast.success("Come Back Soon", {
icon: `🙂`,
});