fix branding favicon and subtitle texts

This commit is contained in:
miloschwartz
2025-12-06 16:16:25 -05:00
parent 6329c3d140
commit 1714140ee7
9 changed files with 23 additions and 40 deletions

View File

@@ -89,11 +89,9 @@ export function pullEnv(): Env {
}
},
loginPage: {
titleText: process.env.LOGIN_PAGE_TITLE_TEXT as string,
subtitleText: process.env.LOGIN_PAGE_SUBTITLE_TEXT as string
},
signupPage: {
titleText: process.env.SIGNUP_PAGE_TITLE_TEXT as string,
subtitleText: process.env.SIGNUP_PAGE_SUBTITLE_TEXT as string
},
resourceAuthPage: {

View File

@@ -50,11 +50,9 @@ export type Env = {
};
};
loginPage: {
titleText?: string;
subtitleText?: string;
};
signupPage: {
titleText?: string;
subtitleText?: string;
};
resourceAuthPage: {