mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-14 08:07:32 +00:00
fix: enable saml sp
This commit is contained in:
@@ -88,6 +88,7 @@ export function SignInWithIdp({
|
||||
),
|
||||
[IdentityProviderType.GITLAB]: SignInWithGitlab,
|
||||
[IdentityProviderType.GITLAB_SELF_HOSTED]: SignInWithGitlab,
|
||||
[IdentityProviderType.SAML]: SignInWithGeneric,
|
||||
};
|
||||
|
||||
const Component = components[type];
|
||||
|
Reference in New Issue
Block a user