Right checks
This commit is contained in:
parent
0c5d33a642
commit
934a2f09d7
|
@ -231,7 +231,7 @@
|
||||||
</Layout>
|
</Layout>
|
||||||
<Divider />
|
<Divider />
|
||||||
<div class="controls">
|
<div class="controls">
|
||||||
{#if $licensing.scimEnabled}
|
{#if !$licensing.scimEnabled}
|
||||||
<ButtonGroup>
|
<ButtonGroup>
|
||||||
<Button disabled={readonly} on:click={createUserModal.show} cta>
|
<Button disabled={readonly} on:click={createUserModal.show} cta>
|
||||||
Add users
|
Add users
|
||||||
|
|
|
@ -69,6 +69,7 @@ export const Features = {
|
||||||
AUDIT_LOGS: "auditLogs",
|
AUDIT_LOGS: "auditLogs",
|
||||||
ENFORCEABLE_SSO: "enforceableSSO",
|
ENFORCEABLE_SSO: "enforceableSSO",
|
||||||
BRANDING: "branding",
|
BRANDING: "branding",
|
||||||
|
SCIM: "scim",
|
||||||
}
|
}
|
||||||
|
|
||||||
// Role IDs
|
// Role IDs
|
||||||
|
|
Loading…
Reference in New Issue