Fix clientSecret

This commit is contained in:
Gusted 2021-06-03 15:46:40 +02:00
parent c593c54228
commit 921da08317
No known key found for this signature in database
GPG Key ID: FD821B732837125F

View File

@ -52,6 +52,7 @@ const tokenMan = (() => {
flow: 'code', flow: 'code',
clientId: 'zeDmKhJIfJqULtcrGMsWaxRtWHEimKgS', clientId: 'zeDmKhJIfJqULtcrGMsWaxRtWHEimKgS',
clientSecret: 'wqHsvTuThQmXmDiVvOpZxPwSIbyycNFImpAOTxjaIRqDbsXcTOqrymMJKsOMuibFaij' + clientSecret: 'wqHsvTuThQmXmDiVvOpZxPwSIbyycNFImpAOTxjaIRqDbsXcTOqrymMJKsOMuibFaij' +
'ZZAkVYTDbLkQuYFKqgpMsMlFlgwQOYHvHFbgxQHDTwwdOroYhOwFuekCwXUlk',
authURL: URLS.usw + 'api/oauth/authorize_style', authURL: URLS.usw + 'api/oauth/authorize_style',
tokenURL: URLS.usw + 'api/oauth/access_token', tokenURL: URLS.usw + 'api/oauth/access_token',
redirect_uri: 'https://gusted.xyz/callback_helper/', redirect_uri: 'https://gusted.xyz/callback_helper/',