This website requires JavaScript.
Explore
Help
Sign In
c-l
/
immich
Watch
1
Star
0
Fork
You've already forked immich
0
mirror of
https://github.com/immich-app/immich.git
synced
2025-01-24 12:42:44 +01:00
Code
Releases
Activity
a81ef7497c
immich
/
web
/
src
/
lib
/
constants.ts
2 lines
81 B
TypeScript
Raw
Normal View
History
Unescape
Escape
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>
2022-07-11 05:31:17 +02:00
export
const
loginPageMessage
:
string
=
import
.
meta
.
env
.
VITE_LOGIN_PAGE_MESSAGE
;
Copy permalink