1
0
Fork 0

app/matrix: fix typo in secret in matrix.0x3c.pl

it looks like I have missed a typo

Change-Id: I5cdf06d44d23ab678f239c19d78170d3f1125b9c
master
Norbert Szulc 2020-11-11 18:22:21 +01:00
parent 2508009f50
commit 2117416052
2 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-0auth2-secret", "\n"))[0],
clientSecret: (std.split(importstr "secrets/plain/cas-proxy-0x3c-oauth2-secret", "\n"))[0],
scope: "read:accounts",
authorizeURL: "https://0x3c.pl/oauth/authorize",
tokenURL: "https://0x3c.pl/oauth/token",