mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
parent
e2dfbd66c3
commit
004c2f2496
12 changed files with 24 additions and 16 deletions
|
|
@ -14344,8 +14344,10 @@
|
|||
"type": "string"
|
||||
},
|
||||
"defaultStorageQuota": {
|
||||
"format": "int64",
|
||||
"minimum": 0,
|
||||
"type": "number"
|
||||
"nullable": true,
|
||||
"type": "integer"
|
||||
},
|
||||
"enabled": {
|
||||
"type": "boolean"
|
||||
|
|
|
|||
|
|
@ -1392,7 +1392,7 @@ export type SystemConfigOAuthDto = {
|
|||
buttonText: string;
|
||||
clientId: string;
|
||||
clientSecret: string;
|
||||
defaultStorageQuota: number;
|
||||
defaultStorageQuota: number | null;
|
||||
enabled: boolean;
|
||||
issuerUrl: string;
|
||||
mobileOverrideEnabled: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue