From 621e4ce6fd305d5d6a5a65d346d69b7c3c2a1abc Mon Sep 17 00:00:00 2001 From: Gusted Date: Sun, 30 May 2021 22:20:52 +0200 Subject: [PATCH] Add credentials for production server --- background/token-manager.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/background/token-manager.js b/background/token-manager.js index 40c8c0ea..974e1af1 100644 --- a/background/token-manager.js +++ b/background/token-manager.js @@ -50,8 +50,9 @@ const tokenMan = (() => { }, userstylesworld: { flow: 'code', - clientId: 'publicccc_client', - clientSecret: 'secreettUwU', // Don't judege. + clientId: 'zeDmKhJIfJqULtcrGMsWaxRtWHEimKgS', + clientSecret: 'wqHsvTuThQmXmDiVvOpZxPwSIbyycNFImpAOTxjaIRqDbsXcTOqrymMJKsOMuibFaij' + + 'ZZAkVYTDbLkQuYFKqgpMsMlFlgwQOYHvHFbgxQHDTwwdOroYhOwFuekCwXUlk', authURL: URLS.usw + 'api/oauth/authorize_style', tokenURL: URLS.usw + 'api/oauth/access_token', redirect_uri: 'https://gusted.xyz/callback_helper/',