1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-06 06:02:40 +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

@@ -160,6 +160,7 @@ impl Options {
);
let site_config = SiteConfig {
tos_uri: config.branding.tos_uri.clone(),
access_token_ttl: config.experimental.access_token_ttl,
compat_token_ttl: config.experimental.compat_token_ttl,
};