mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
Add message to login screen (useful for demo instances) (#329)
* Add message for demo instances to login screen * Rename env variable * Added key into * Add styling to conform with Immich color scheme Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
This commit is contained in:
parent
9a6dfacf9b
commit
19b1fad274
3 changed files with 23 additions and 1 deletions
|
|
@ -1 +1,2 @@
|
|||
export const serverEndpoint: string = import.meta.env.VITE_SERVER_ENDPOINT;
|
||||
export const loginPageMessage: string = import.meta.env.VITE_LOGIN_PAGE_MESSAGE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue