mirror of
https://github.com/grafana/grafana.git
synced 2025-01-18 12:33:37 -06:00
Branding: Use AppTitle as document title (#26425)
* Branding: Use AppTitle as document title * Missing Branding include
This commit is contained in:
parent
44d4e63d6f
commit
c65cef2327
@ -8,6 +8,7 @@ import { LoginServiceButtons } from './LoginServiceButtons';
|
||||
import LoginCtrl from './LoginCtrl';
|
||||
import { LoginForm } from './LoginForm';
|
||||
import { ChangePassword } from '../ForgottenPassword/ChangePassword';
|
||||
import { Branding } from 'app/core/components/Branding/Branding';
|
||||
import { HorizontalGroup, LinkButton } from '@grafana/ui';
|
||||
import { LoginLayout, InnerBox } from './LoginLayout';
|
||||
|
||||
@ -17,6 +18,7 @@ const forgottenPasswordStyles = css`
|
||||
`;
|
||||
|
||||
export const LoginPage: FC = () => {
|
||||
document.title = Branding.AppTitle;
|
||||
return (
|
||||
<LoginLayout>
|
||||
<LoginCtrl>
|
||||
|
Loading…
Reference in New Issue
Block a user