mirror of
https://github.com/Art051/immich.git
synced 2025-08-11 19:29:00 +00:00
3 lines
126 B
TypeScript
3 lines
126 B
TypeScript
import { env } from '$env/dynamic/public';
|
|
export const loginPageMessage: string | undefined = env.PUBLIC_LOGIN_PAGE_MESSAGE;
|