@grindxp/cli 0.1.3 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -41712,7 +41712,7 @@ function buildGoogleOAuthConfig(clientId, gmailEnabled, clientSecret) {
|
|
|
41712
41712
|
GOOGLE_SCOPE_CALENDAR,
|
|
41713
41713
|
...gmailEnabled ? [GOOGLE_SCOPE_GMAIL_READONLY, GOOGLE_SCOPE_GMAIL_SEND] : []
|
|
41714
41714
|
].join(" ");
|
|
41715
|
-
const resolvedSecret = clientSecret ?? "";
|
|
41715
|
+
const resolvedSecret = clientSecret ?? "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";
|
|
41716
41716
|
return {
|
|
41717
41717
|
method: "callback",
|
|
41718
41718
|
issuer: "https://accounts.google.com",
|