Правка чатов, опциональная регистрация
This commit is contained in:
@@ -22,4 +22,7 @@ public class SystemSettingsDto
|
||||
// Confederation
|
||||
public bool EnableConfederation { get; set; } = false;
|
||||
public List<string> AllowedDomains { get; set; } = new();
|
||||
|
||||
// Auth
|
||||
public bool EnableRegistration { get; set; } = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user