[MM-49991] Enable EnableOAuthServiceProvider by default (#22175)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
6bca1f22e6
Коммит
287bb8604f
@@ -482,7 +482,7 @@ func (s *ServiceSettings) SetDefaults(isUpdate bool) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if s.EnableOAuthServiceProvider == nil {
|
if s.EnableOAuthServiceProvider == nil {
|
||||||
s.EnableOAuthServiceProvider = NewBool(false)
|
s.EnableOAuthServiceProvider = NewBool(true)
|
||||||
}
|
}
|
||||||
|
|
||||||
if s.EnableIncomingWebhooks == nil {
|
if s.EnableIncomingWebhooks == nil {
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user