diff --git a/frontend/src/pages/Login.jsx b/frontend/src/pages/Login.jsx index f4f778f9ac..bfbe88ca3c 100644 --- a/frontend/src/pages/Login.jsx +++ b/frontend/src/pages/Login.jsx @@ -1,9 +1,6 @@ import MultiAuthSection from "../components/Auth/MultiAuthSection"; import Footer from "../components/UI/Footer"; import logo from "../components/UI/Header/OPRE_Logo.png"; -import MultiAuthSectionWithDebugging from "../components/Auth/MultiAuthSectionWithDebugging.jsx"; - -const debuggingEnabled = import.meta.env.VITE_AUTH_DEBUG && !window.location.href.startsWith("https:/stg"); function Login() { const styles = { @@ -46,8 +43,7 @@ function Login() {
- {debuggingEnabled && } - {!debuggingEnabled && } +

Access to OPS requires proper authentication.