decrease sso count warning

This commit is contained in:
Ruben Fiszel
2023-11-08 14:49:55 +01:00
parent a87b15f2c5
commit 4dbaf2f56b
@@ -191,8 +191,8 @@
<div>
<h4 class="pb-4">SSO</h4>
{#if !$enterpriseLicense}
<Alert type="warning" title="Limited to 50 SSO users">
Without EE, the number of SSO users is limited to 50. SCIM/SAML is available on EE
<Alert type="warning" title="Limited to 10 SSO users">
Without EE, the number of SSO users is limited to 10. SCIM/SAML is available on EE
</Alert>
{/if}