mirror of
https://github.com/immich-app/immich.git
synced 2025-01-04 02:46:47 +01:00
fix(web): OAuth settings nits (#6330)
* fix(web): Correct oauth documentation link * fix(web): Quotes instead of backticks
This commit is contained in:
parent
a4f49d197e
commit
d12a361992
1 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@
|
||||||
<form autocomplete="off" on:submit|preventDefault class="mx-4 flex flex-col gap-4 py-4">
|
<form autocomplete="off" on:submit|preventDefault class="mx-4 flex flex-col gap-4 py-4">
|
||||||
<p class="text-sm dark:text-immich-dark-fg">
|
<p class="text-sm dark:text-immich-dark-fg">
|
||||||
For more details about this feature, refer to the <a
|
For more details about this feature, refer to the <a
|
||||||
href="https://immich.app/docs/administration/oauth#mobile-redirect-uri"
|
href="https://immich.app/docs/administration/oauth"
|
||||||
class="underline"
|
class="underline"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer">docs</a
|
rel="noreferrer">docs</a
|
||||||
|
@ -142,7 +142,7 @@
|
||||||
|
|
||||||
<SettingSwitch
|
<SettingSwitch
|
||||||
title="MOBILE REDIRECT URI OVERRIDE"
|
title="MOBILE REDIRECT URI OVERRIDE"
|
||||||
subtitle="Enable when `app.immich:/` is an invalid redirect URI."
|
subtitle="Enable when 'app.immich:/' is an invalid redirect URI."
|
||||||
disabled={disabled || !config.oauth.enabled}
|
disabled={disabled || !config.oauth.enabled}
|
||||||
on:click={() => handleToggleOverride()}
|
on:click={() => handleToggleOverride()}
|
||||||
bind:checked={config.oauth.mobileOverrideEnabled}
|
bind:checked={config.oauth.mobileOverrideEnabled}
|
||||||
|
|
Loading…
Reference in a new issue