rm org from idp

This commit is contained in:
peintnermax
2024-03-25 17:26:09 +01:00
parent aada9d6bc8
commit 065e40436b

View File

@@ -7,7 +7,7 @@ import { useRouter } from "next/navigation";
type Props = {
userId: string;
organization: string;
// organization: string;
idpIntent: {
idpIntentId: string;
idpIntentToken: string;
@@ -32,7 +32,7 @@ export default function IdpSignin(props: Props) {
userId: props.userId,
idpIntent: props.idpIntent,
authRequestId: props.authRequestId,
organization: props.organization,
// organization: props.organization,
}),
});