mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 14:42:17 +00:00
rm org from idp
This commit is contained in:
@@ -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,
|
||||
}),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user