mirror of
https://github.com/immich-app/immich.git
synced 2025-05-31 04:05:39 -04: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;
|