// Brand + defaults shown across the auth pages. // // Plain constants — not `publicEnv` — so the template typechecks BEFORE // `voltro dev` generates the env types. `VOLTRO_PUBLIC_APP_NAME` / // `VOLTRO_PUBLIC_AUTH_HOME` are still declared in app.config.ts (validated + in // the env manifest); to read them typed instead, after one `voltro dev` swap // these for `publicEnv.VOLTRO_PUBLIC_*` from '@voltro/env/public'. export const APP_NAME = '{{capProjectName}}' // Where a successful sign-in lands when no safelisted `?next=` is present. export const AUTH_HOME = '/'