diff --git a/frontend/src/routes/settings/+page.svelte b/frontend/src/routes/settings/+page.svelte index aa3bc08..800084a 100644 --- a/frontend/src/routes/settings/+page.svelte +++ b/frontend/src/routes/settings/+page.svelte @@ -232,7 +232,9 @@ class="space-y-6" >
- +
- +
- +
- + - +
@@ -298,7 +308,7 @@
-
- +
- {/each} {#if emails.length === 0} -

{$t('settings.no_email_set')}

+

{$t('settings.no_email_set')}

{/if}
@@ -400,7 +412,7 @@
{#if !data.props.authenticators} -

{$t('settings.mfa_not_enabled')}

+

{$t('settings.mfa_not_enabled')}

@@ -422,7 +434,7 @@ />
-

+

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

@@ -443,7 +455,9 @@ {#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}
- +