mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Add types for OAuth settings in config (#45247)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user