1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-20 12:02:22 +03:00

Make the user agree to T&C during registration

This commit is contained in:
Quentin Gliech
2024-02-07 15:16:36 +01:00
parent 90c386847a
commit 0beb842195
12 changed files with 133 additions and 22 deletions

View File

@@ -319,6 +319,7 @@ where
HttpClientFactory: FromRef<S>,
PasswordManager: FromRef<S>,
MetadataCache: FromRef<S>,
SiteConfig: FromRef<S>,
BoxClock: FromRequestParts<S>,
BoxRng: FromRequestParts<S>,
Policy: FromRequestParts<S>,