Skip to content

Commit

Permalink
Merge pull request #1548 from appwrite/release-membership-privacy-to-…
Browse files Browse the repository at this point in the history
…all-plans

release: memberships privacy to all plans
  • Loading branch information
eldadfux authored Dec 2, 2024
2 parents 762f19e + ce18eb6 commit d528b71
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<script lang="ts">
import { organization } from '$lib/stores/organization';
import { BillingPlan } from '$lib/constants';
import { Container } from '$lib/layout';
import { isCloud } from '$lib/system';
import UpdateMockNumbers from './updateMockNumbers.svelte';
import UpdatePasswordDictionary from './updatePasswordDictionary.svelte';
import UpdatePasswordHistory from './updatePasswordHistory.svelte';
Expand All @@ -23,7 +20,5 @@
<UpdatePersonalDataCheck />
<UpdateSessionAlerts />
<UpdateMockNumbers />
{#if isCloud && $organization.billingPlan === BillingPlan.SCALE}
<UpdateMembershipPrivacy />
{/if}
<UpdateMembershipPrivacy />
</Container>

0 comments on commit d528b71

Please sign in to comment.