mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
feat(server)!: move welcome message to settings (#6157)
* feat(server): move welcome message to settings * chore: open api
This commit is contained in:
parent
52e92e9bb4
commit
f8d64be13c
13 changed files with 59 additions and 18 deletions
|
|
@ -129,6 +129,7 @@ export const defaults = Object.freeze<SystemConfig>({
|
|||
},
|
||||
server: {
|
||||
externalDomain: '',
|
||||
loginPageMessage: '',
|
||||
},
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue