diff --git a/client/pages/Login.tsx b/client/pages/Login.tsx index 1f4056ad..48e76501 100644 --- a/client/pages/Login.tsx +++ b/client/pages/Login.tsx @@ -1,7 +1,6 @@ import { useState, useEffect } from "react"; const API_BASE = import.meta.env.VITE_API_BASE || ""; -const FOUNDATION_URL = import.meta.env.VITE_FOUNDATION_URL || "https://aethex.foundation"; import { useNavigate, Link, useLocation } from "react-router-dom"; import { aethexUserService } from "@/lib/aethex-database-adapter";