fix: enable saml sp

This commit is contained in:
Stefan Benz
2025-03-14 09:51:56 +01:00
parent 8ae6bc1686
commit 6163710282

View File

@@ -88,6 +88,7 @@ export function SignInWithIdp({
),
[IdentityProviderType.GITLAB]: SignInWithGitlab,
[IdentityProviderType.GITLAB_SELF_HOSTED]: SignInWithGitlab,
[IdentityProviderType.SAML]: SignInWithGeneric,
};
const Component = components[type];