{#if isMFAModalOpen} (isMFAModalOpen = false)} bind:is_enabled={data.props.authenticators} /> {/if}

{$t('settings.settings_page')}

{$t('settings.account_settings')}

{$t('settings.password_change')}

{$t('settings.email_change')}

{#each emails as email}
{email.email} {#if email.verified}
{$t('settings.verified')}
{:else}
{$t('settings.not_verified')}
{/if} {#if email.primary}
{$t('settings.primary')}
{/if} {#if !email.verified} {/if} {#if !email.primary} {/if}
{/each} {#if emails.length === 0}

{$t('settings.no_email_set')}

{/if}

{$t('settings.mfa_page_title')}

{#if !data.props.authenticators}

{$t('settings.mfa_not_enabled')}

{:else} {/if}

Immich Integration Immich Logo

Integrate your Immich account with AdventureLog to allow you to search your photos library and import photos for your adventures.

{#if immichIntegration}
Integration Enabled
{/if} {#if !immichIntegration || newImmichIntegration.id}
{#if newImmichIntegration.server_url && !newImmichIntegration.server_url.endsWith('api')}

Note: this must be the URL to the Immich API server so it likely ends with /api unless you have a custom config.

{/if}
{/if}

{$t('adventures.visited_region_check')}

{$t('adventures.visited_region_check_desc')}

For Debug Use: UUID={user.uuid} | Staff user: {user.is_staff} | {appTitle} {appVersion}
User Settings | AdventureLog