mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
parent
e2dfbd66c3
commit
004c2f2496
12 changed files with 24 additions and 16 deletions
|
|
@ -182,7 +182,7 @@
|
|||
label={$t('admin.oauth_storage_quota_default').toUpperCase()}
|
||||
description={$t('admin.oauth_storage_quota_default_description')}
|
||||
bind:value={config.oauth.defaultStorageQuota}
|
||||
required={true}
|
||||
required={false}
|
||||
disabled={disabled || !config.oauth.enabled}
|
||||
isEdited={!(config.oauth.defaultStorageQuota == savedConfig.oauth.defaultStorageQuota)}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue