Merge "app/matrix: 0x3c: fix secret name"

master
q3k 2021-05-19 15:35:04 +00:00 committed by Gerrit Code Review
commit d9f78cee5d
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ matrix {
enable: true,
oauth2: {
clientID: "YCWg1Qor9YstKn_yAHB_NT3GFAGqbnDFzIwyI_fCUWI",
clientSecret: (std.split(importstr "secrets/plain/cas-proxy-0x3c-oauth2-secret", "\n"))[0],
clientSecret: (std.split(importstr "secrets/plain/cas-proxy-0x3c-0auth2-secret", "\n"))[0],
scope: "read:accounts",
authorizeURL: "https://0x3c.pl/oauth/authorize",
tokenURL: "https://0x3c.pl/oauth/token",