From 0bc9b005e3237f1466826e0389eafcbd4aed08ed Mon Sep 17 00:00:00 2001 From: Max Peintner Date: Thu, 20 Mar 2025 14:54:16 +0100 Subject: [PATCH] rm log --- apps/login/src/app/(login)/saml-post/page.tsx | 2 -- 1 file changed, 2 deletions(-) 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;