This commit is contained in:
Max Peintner
2025-03-20 14:54:16 +01:00
parent 7d5f8eac87
commit 0bc9b005e3

View File

@@ -10,8 +10,6 @@ export default function SamlPost() {
const relayState = searchParams.get("RelayState"); const relayState = searchParams.get("RelayState");
const samlResponse = searchParams.get("SAMLResponse"); const samlResponse = searchParams.get("SAMLResponse");
console.log(relayState, samlResponse);
useEffect(() => { useEffect(() => {
// Automatically submit the form after rendering // Automatically submit the form after rendering
const form = document.getElementById("samlForm") as HTMLFormElement; const form = document.getElementById("samlForm") as HTMLFormElement;