1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-09 04:22:45 +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

@@ -56,7 +56,7 @@ use crate::{
passwords::{Hasher, PasswordManager},
site_config::SiteConfig,
upstream_oauth2::cache::MetadataCache,
ActivityTracker, BoundActivityTracker,
ActivityTracker, BoundActivityTracker, SiteConfigExt,
};
// This might fail if it's not the first time it's being called, which is fine,