{$_('profile.title')}

{#await fetchUserData()} {:then userData}
  • {$_('profile.user_display_name')}: {userData.userDisplayName}
  • {$_('profile.user_name')}: {userData.userName}
  • {#if changingPassword}
    {:else} {/if}
{:catch exception} {exception} {/await}