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