diff --git a/public/app/core/components/Branding/Branding.tsx b/public/app/core/components/Branding/Branding.tsx index 9df89757dc0..d1b4127b2e2 100644 --- a/public/app/core/components/Branding/Branding.tsx +++ b/public/app/core/components/Branding/Branding.tsx @@ -52,7 +52,7 @@ export class Branding { static LoginBoxBackground = LoginBoxBackground; static AppTitle = 'Grafana'; static LoginTitle = 'Welcome to Grafana'; - static GetLoginSubTitle = () => { + static GetLoginSubTitle = (): null | string => { return null; }; }