mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix(server): don't publicly reveal user count (#4409)
* fix: don't reveal user count publicly * fix: mobile and user controller * fix: update other frontend endpoints * fix: revert openapi change * chore: open api * fix: initialize * openapi --------- Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
This commit is contained in:
parent
09bf1c9175
commit
41befc0948
20 changed files with 101 additions and 15 deletions
|
|
@ -27,6 +27,7 @@ export const serverConfig = writable<ServerConfig>({
|
|||
mapTileUrl: '',
|
||||
loginPageMessage: '',
|
||||
trashDays: 30,
|
||||
isInitialized: false,
|
||||
});
|
||||
|
||||
export const loadConfig = async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue