diff --git a/apps/login/src/app/(login)/saml-post/page.tsx b/apps/login/src/app/(login)/saml-post/page.tsx index bc62efa3b4..d5765c8d56 100644 --- a/apps/login/src/app/(login)/saml-post/page.tsx +++ b/apps/login/src/app/(login)/saml-post/page.tsx @@ -10,8 +10,6 @@ export default function SamlPost() { const relayState = searchParams.get("RelayState"); const samlResponse = searchParams.get("SAMLResponse"); - console.log(relayState, samlResponse); - useEffect(() => { // Automatically submit the form after rendering const form = document.getElementById("samlForm") as HTMLFormElement;