Identity and Access Management
{#if invitations.length > 0}
Pending invitations
{#each invitations as invitation}
Invited to {invitation.teamName} with {invitation.permission} permission.
{/each}
{/if}
{#if $appSession.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 $appSession.teamId === '0' && allTeams.length > 0}
Other Teams
{/if}