mirror of
https://github.com/samsonjs/immich.git
synced 2026-03-26 09:25:51 +00:00
2 lines
126 B
TypeScript
2 lines
126 B
TypeScript
import { env } from '$env/dynamic/public';
|
|
export const loginPageMessage: string | undefined = env.PUBLIC_LOGIN_PAGE_MESSAGE;
|