mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
fix: oauth prompt (#28021)
This commit is contained in:
@@ -169,7 +169,7 @@
|
||||
label="prompt"
|
||||
description={$t('admin.oauth_prompt_description')}
|
||||
bind:value={configToEdit.oauth.prompt}
|
||||
required={true}
|
||||
required={false}
|
||||
disabled={disabled || !configToEdit.oauth.enabled}
|
||||
isEdited={!(configToEdit.oauth.prompt === config.oauth.prompt)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user