Remove OpenId-custom free feature from cloud starter (#22171)

Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
Shivashis Padhi
2023-02-07 20:05:17 +05:30
коммит произвёл GitHub
родитель 50fec7c892
Коммит 8af33ef572

Просмотреть файл

@@ -347,7 +347,6 @@ func GenerateLimitedClientConfig(c *model.Config, telemetryID string, license *m
// MM-48727: enable SSO options for free cloud - not in self hosted
*license.Features.GoogleOAuth = true
*license.Features.Office365OAuth = true
*license.Features.OpenId = true
}
if *license.Features.GoogleOAuth {