mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Footer: added back missing footer to login page (#21720)
This commit is contained in:
parent
63a912629d
commit
198f561541
@ -9,6 +9,7 @@ import LoginCtrl from './LoginCtrl';
|
||||
import { LoginForm } from './LoginForm';
|
||||
import { ChangePassword } from './ChangePassword';
|
||||
import { Branding } from 'app/core/components/Branding/Branding';
|
||||
import { Footer } from 'app/core/components/Footer/Footer';
|
||||
|
||||
export const LoginPage: FC = () => {
|
||||
return (
|
||||
@ -62,6 +63,7 @@ export const LoginPage: FC = () => {
|
||||
|
||||
<div className="clearfix" />
|
||||
</div>
|
||||
<Footer />
|
||||
</Branding.LoginBackground>
|
||||
);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user