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