Skip to content

Commit

Permalink
decrease sso count warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfiszel committed Nov 8, 2023
1 parent a87b15f commit 4dbaf2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/lib/components/InstanceSettings.svelte
Expand Up @@ -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}

Expand Down

0 comments on commit 4dbaf2f

Please sign in to comment.