From cd75dc93f6fce632fe2e371eeb08bfee9c6cd1cd Mon Sep 17 00:00:00 2001 From: Ben RUBSON <6764151+benrubson@users.noreply.github.com> Date: Tue, 16 Jun 2020 12:13:03 +0200 Subject: [PATCH] Branding: Use AppTitle as document title (#25271) --- public/app/core/components/Login/LoginPage.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/core/components/Login/LoginPage.tsx b/public/app/core/components/Login/LoginPage.tsx index cafc12f96fd..3fddf86fa3a 100644 --- a/public/app/core/components/Login/LoginPage.tsx +++ b/public/app/core/components/Login/LoginPage.tsx @@ -13,6 +13,7 @@ import { useStyles } from '@grafana/ui'; import { GrafanaTheme } from '@grafana/data'; export const LoginPage: FC = () => { + document.title = Branding.AppTitle; const loginStyles = useStyles(getLoginStyles); return (