diff --git a/models/structs.go b/models/structs.go index a40c71b4..c1fcbbca 100644 --- a/models/structs.go +++ b/models/structs.go @@ -22,6 +22,8 @@ type FeatureFlags struct { EnableOAuth bool `json:"enable_oauth"` EnableIDPIntegration bool `json:"enable_idp_integration"` AllowMultiServerLicense bool `json:"allow_multi_server_license"` + EnableGwsHA bool `json:"enable_gws_ha"` + EnableDeviceApproval bool `json:"enable_device_approval"` } // AuthParams - struct for auth params