Identity and Access Management
{#if $session.teamId === '0' && accounts.length > 0}
Accounts
{:else}
Account
{/if}
{#if accounts.length > 1} {/if} {#each accounts as account} {/each}
Email Actions
{account.email}
resetPassword(account.id)}>
deleteUser(account.id)}>
Teams
{#if $session.teamId === '0' && otherTeams.length > 0}
Other Teams
{/if}