Use feature flag
This commit is contained in:
parent
2fb6f81094
commit
045af06edb
|
@ -614,8 +614,10 @@
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
<Divider />
|
{#if $licensing.scimEnabled}
|
||||||
<Scim />
|
<Divider />
|
||||||
|
<Scim />
|
||||||
|
{/if}
|
||||||
</Layout>
|
</Layout>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|
Loading…
Reference in New Issue