1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-07 17:03:01 +03:00

Move the SiteConfig to the data-model crate

This commit is contained in:
Quentin Gliech
2024-03-29 13:06:58 +01:00
parent 90080235da
commit f0899f17bd
6 changed files with 67 additions and 25 deletions

View File

@@ -20,7 +20,7 @@ use mas_config::{
ExperimentalConfig, MatrixConfig, PasswordsConfig, PolicyConfig, TemplatesConfig,
};
use mas_email::{MailTransport, Mailer};
use mas_handlers::{passwords::PasswordManager, ActivityTracker, SiteConfig};
use mas_handlers::{passwords::PasswordManager, ActivityTracker, SiteConfig, SiteConfigExt};
use mas_policy::PolicyFactory;
use mas_router::UrlBuilder;
use mas_templates::{TemplateLoadingError, Templates};