diff options
| author | Skitty1238 <157652284+Skitty1238@users.noreply.github.com> | 2025-06-04 18:28:35 -0400 |
|---|---|---|
| committer | Skitty1238 <157652284+Skitty1238@users.noreply.github.com> | 2025-06-04 18:28:35 -0400 |
| commit | 09be9002b5aa8f5ad7c602bcef6b53bbe0398cd3 (patch) | |
| tree | 730acef57ae76d8698c68acb641fce3167d9c941 /src/server/apis/google/google_project_credentials.json | |
| parent | 645df1d00f953524c6da22103d26c38ae4331cd6 (diff) | |
fixed google authentication + linking and task creation via GT button
Diffstat (limited to 'src/server/apis/google/google_project_credentials.json')
| -rw-r--r-- | src/server/apis/google/google_project_credentials.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/apis/google/google_project_credentials.json b/src/server/apis/google/google_project_credentials.json index 738e13647..010f9a626 100644 --- a/src/server/apis/google/google_project_credentials.json +++ b/src/server/apis/google/google_project_credentials.json @@ -6,6 +6,6 @@ "token_uri": "https://oauth2.googleapis.com/token", "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs", "client_secret": "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", - "redirect_uris": ["urn:ietf:wg:oauth:2.0:oob", "http://localhost"] + "redirect_uris": ["http://localhost:1050/refreshGoogle"] } }
\ No newline at end of file |
