Merge pull request #1192 from vector-im/feature/bma/oidcSmallChange
Rename file and update `tosUri` value.
This commit is contained in:
commit
f7dc44f35d
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ val oidcConfiguration: OidcConfiguration = OidcConfiguration(
|
||||||
redirectUri = OidcConfig.redirectUri,
|
redirectUri = OidcConfig.redirectUri,
|
||||||
clientUri = "https://element.io",
|
clientUri = "https://element.io",
|
||||||
logoUri = "https://element.io/mobile-icon.png",
|
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",
|
policyUri = "https://element.io/privacy",
|
||||||
/**
|
/**
|
||||||
* 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