Name
Tfa
Enabled
Admin
Actions
{#each users as user (user.id)}
{user.name}
{#if user.tfaEnabled}
{:else}
{/if}
Sudo
Logout
{#if user.tfaEnabled}
Remove tfa
{/if}
Delete
{/each}
Shutdown