dispatch('close')} >
{#if user.profileImagePath}
(showProfilePictureFallback = false)} /> {/if} {#if showProfilePictureFallback}
{getFirstLetter(user.firstName)}{getFirstLetter(user.lastName)}
{/if}
{user.firstName} {user.lastName}
{user.email}
{ goto('/user-settings'); dispatch('close'); }} >
Account Settings
dispatch('logout')} >
Sign Out