Rename file and update tosUri value.

This commit is contained in:
Benoit Marty 2023-08-30 16:47:40 +02:00
parent 51bb7febd6
commit df5643bc1f

View file

@ -24,7 +24,7 @@ val oidcConfiguration: OidcConfiguration = OidcConfiguration(
redirectUri = OidcConfig.redirectUri,
clientUri = "https://element.io",
logoUri = "https://element.io/mobile-icon.png",
tosUri = "https://element.io/user-terms-of-service",
tosUri = "https://element.io/acceptable-use-policy-terms",
policyUri = "https://element.io/privacy",
/**
* Some homeservers/auth issuers don't support dynamic client registration, and have to be registered manually