Add contact to OidcConfiguration (#1250)

This commit is contained in:
Benoit Marty 2023-09-12 21:04:57 +02:00
parent d4e141aad8
commit d6a2020bd9

View file

@ -26,6 +26,9 @@ val oidcConfiguration: OidcConfiguration = OidcConfiguration(
logoUri = "https://element.io/mobile-icon.png",
tosUri = "https://element.io/acceptable-use-policy-terms",
policyUri = "https://element.io/privacy",
contacts = listOf(
"support@element.io",
),
/**
* Some homeservers/auth issuers don't support dynamic client registration, and have to be registered manually
*/