mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-23 21:36:37 +00:00
fix branding favicon and subtitle texts
This commit is contained in:
@@ -35,6 +35,9 @@ export default function DashboardLoginForm({
|
||||
const { isUnlocked } = useLicenseStatusContext();
|
||||
|
||||
function getSubtitle() {
|
||||
if (isUnlocked() && env.branding?.loginPage?.subtitleText) {
|
||||
return env.branding.loginPage.subtitleText;
|
||||
}
|
||||
return t("loginStart");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user