Add contact to OidcConfiguration (#1250)
This commit is contained in:
parent
57ae88ef80
commit
d9225d4465
1 changed files with 3 additions and 0 deletions
|
|
@ -26,6 +26,9 @@ val oidcConfiguration: OidcConfiguration = OidcConfiguration(
|
||||||
logoUri = "https://element.io/mobile-icon.png",
|
logoUri = "https://element.io/mobile-icon.png",
|
||||||
tosUri = "https://element.io/acceptable-use-policy-terms",
|
tosUri = "https://element.io/acceptable-use-policy-terms",
|
||||||
policyUri = "https://element.io/privacy",
|
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
|
* Some homeservers/auth issuers don't support dynamic client registration, and have to be registered manually
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue