Skip to content

Commit

Permalink
Add contact to OidcConfiguration (#1250)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty committed Sep 12, 2023
1 parent d4e141a commit d6a2020
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit d6a2020

Please sign in to comment.