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

Check for username availability upon registration

This commit is contained in:
Quentin Gliech
2024-02-28 16:19:46 +01:00
parent 452f4c17f5
commit 896ed3f024
3 changed files with 38 additions and 5 deletions

View File

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