[MM-49991] Enable EnableOAuthServiceProvider by default (#22175)

Этот коммит содержится в:
Ben Schumacher
2023-02-02 12:04:46 +01:00
коммит произвёл GitHub
родитель 6bca1f22e6
Коммит 287bb8604f

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

@@ -482,7 +482,7 @@ func (s *ServiceSettings) SetDefaults(isUpdate bool) {
}
if s.EnableOAuthServiceProvider == nil {
s.EnableOAuthServiceProvider = NewBool(false)
s.EnableOAuthServiceProvider = NewBool(true)
}
if s.EnableIncomingWebhooks == nil {