Commit 491b8680 by Torkel Ödegaard Committed by GitHub

Footer: Add back footer to login page (#25656)

parent 157e5406
......@@ -11,6 +11,7 @@ import { ChangePassword } from './ChangePassword';
import { Branding } from 'app/core/components/Branding/Branding';
import { useStyles } from '@grafana/ui';
import { GrafanaTheme } from '@grafana/data';
import { Footer } from '../Footer/Footer';
export const LoginPage: FC = () => {
document.title = Branding.AppTitle;
......@@ -65,9 +66,9 @@ export const LoginPage: FC = () => {
</div>
)}
</LoginCtrl>
<div className="clearfix" />
</div>
<Footer />
</Branding.LoginBackground>
);
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment