mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-14 00:07:41 +00:00
rm log
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user