Skip to content

Commit

Permalink
fix: default true
Browse files Browse the repository at this point in the history
  • Loading branch information
loks0n committed Nov 6, 2024
1 parent df1fca1 commit 9fca115
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import { sdk } from '$lib/stores/sdk';
import { project } from '../../store';
let authTeamsSensitiveAttributes = $project?.teamsSensitiveAttributes ?? false;
let authTeamsSensitiveAttributes = $project?.teamsSensitiveAttributes ?? true;
async function updateTeamsSensitiveAttributes() {
try {
Expand Down Expand Up @@ -44,9 +44,9 @@
label="Show sensitive attributes in teams" />
</FormList>
<p class="text">
When enabled, sensitive data attributes are provided in team membership response
model. This includes <code>userName</code>, <code>userEmail</code>, and
<code>mfa</code>.
When enabled, sensitive attributes are provided in team membership response model.
This includes the <code>userName</code>, <code>userEmail</code>, and
<code>mfa</code> attributes.
</p>
</svelte:fragment>

Expand Down

0 comments on commit 9fca115

Please sign in to comment.