@@ -146,15 +146,16 @@ type FrontendSettingsDTO struct {
146
146
LiveEnabled bool `json:"liveEnabled"`
147
147
AutoAssignOrg bool `json:"autoAssignOrg"`
148
148
149
- VerifyEmailEnabled bool `json:"verifyEmailEnabled"`
150
- SigV4AuthEnabled bool `json:"sigV4AuthEnabled"`
151
- AzureAuthEnabled bool `json:"azureAuthEnabled"`
152
- RbacEnabled bool `json:"rbacEnabled"`
153
- ExploreEnabled bool `json:"exploreEnabled"`
154
- HelpEnabled bool `json:"helpEnabled"`
155
- ProfileEnabled bool `json:"profileEnabled"`
156
- NewsFeedEnabled bool `json:"newsFeedEnabled"`
157
- QueryHistoryEnabled bool `json:"queryHistoryEnabled"`
149
+ VerifyEmailEnabled bool `json:"verifyEmailEnabled"`
150
+ SigV4AuthEnabled bool `json:"sigV4AuthEnabled"`
151
+ AzureAuthEnabled bool `json:"azureAuthEnabled"`
152
+ RbacEnabled bool `json:"rbacEnabled"`
153
+ ExploreEnabled bool `json:"exploreEnabled"`
154
+ KioskMode string `json:"kioskMode"`
155
+ HelpEnabled bool `json:"helpEnabled"`
156
+ ProfileEnabled bool `json:"profileEnabled"`
157
+ NewsFeedEnabled bool `json:"newsFeedEnabled"`
158
+ QueryHistoryEnabled bool `json:"queryHistoryEnabled"`
158
159
159
160
GoogleAnalyticsId string `json:"googleAnalyticsId"`
160
161
GoogleAnalytics4Id string `json:"googleAnalytics4Id"`
0 commit comments