Skip to content

Commit

Permalink
fix(oidc): don't send ToS and Privacy Policy when registering client
Browse files Browse the repository at this point in the history
  • Loading branch information
hughns committed Feb 5, 2024
1 parent 98deb8a commit a405569
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ClientManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,6 @@ export class ClientManager {
client_name: "Files SDK Demo",
logo_uri: new URL("logo.svg", this.client_uri).href,
client_uri: this.client_uri,
tos_uri: "https://element.io/terms-of-service",
policy_uri: "https://element.io/privacy",
response_types: ["code"],
grant_types,
redirect_uris: [this.redirect_uri],
Expand Down

0 comments on commit a405569

Please sign in to comment.