mirror of
https://git.vectorsigma.ru/public/immich.git
synced 2026-08-06 15:48:35 +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;
|