immich logo

IMMICH

{#if user.isAdmin} Administration {/if}
(shouldShowAccountInfo = true)} on:focus={() => (shouldShowAccountInfo = true)} on:mouseleave={() => (shouldShowAccountInfo = false)} > {#if shouldShowAccountInfo}

{user.firstName} {user.lastName}

{user.email}

{/if}