dispatch('close')} >
{#await getUserProfileImage() then hasProfileImage} {#if hasProfileImage}
{:else}
{getFirstLetter(user.firstName)}{getFirstLetter(user.lastName)}
{/if} {/await}
{user.firstName} {user.lastName}
{user.email}
{ goto('/user-settings'); dispatch('close'); }} >
Manage your Immich account
dispatch('logout')}>Sign Out