Chore: Add types for OAuth settings in config (#45247)

This commit is contained in:
kay delaney
2022-02-11 13:54:24 +00:00
committed by GitHub
parent aa6cee1072
commit 10cc2fd6bc
4 changed files with 31 additions and 10 deletions

View File

@@ -9,6 +9,7 @@ import {
GrafanaTheme2,
LicenseInfo,
MapLayerOptions,
OAuthSettings,
PanelPluginMeta,
PreloadPlugin,
systemDateFormats,
@@ -48,7 +49,7 @@ export class GrafanaBootConfig implements GrafanaConfig {
samlName = '';
autoAssignOrg = true;
verifyEmailEnabled = false;
oauth: any;
oauth: OAuthSettings = {};
disableUserSignUp = false;
loginHint: any;
passwordHint: any;