Merge 1213ca542a into 09be5d45d5
This commit is contained in:
commit
1379bfeb1d
@ -9,7 +9,7 @@ const CLIENT_ID = decode(
|
|||||||
"MTA3MTAwNjA2MDU5MS10bWhzc2luMmgyMWxjcmUyMzV2dG9sb2poNGc0MDNlcC5hcHBzLmdvb2dsZXVzZXJjb250ZW50LmNvbQ==",
|
"MTA3MTAwNjA2MDU5MS10bWhzc2luMmgyMWxjcmUyMzV2dG9sb2poNGc0MDNlcC5hcHBzLmdvb2dsZXVzZXJjb250ZW50LmNvbQ==",
|
||||||
);
|
);
|
||||||
const CLIENT_SECRET = decode("R09DU1BYLUs1OEZXUjQ4NkxkTEoxbUxCOHNYQzR6NnFEQWY=");
|
const CLIENT_SECRET = decode("R09DU1BYLUs1OEZXUjQ4NkxkTEoxbUxCOHNYQzR6NnFEQWY=");
|
||||||
const REDIRECT_URI = "http://localhost:51121/oauth-callback";
|
const REDIRECT_URI = "http://127.0.0.1:51121/oauth-callback";
|
||||||
const AUTH_URL = "https://accounts.google.com/o/oauth2/v2/auth";
|
const AUTH_URL = "https://accounts.google.com/o/oauth2/v2/auth";
|
||||||
const TOKEN_URL = "https://oauth2.googleapis.com/token";
|
const TOKEN_URL = "https://oauth2.googleapis.com/token";
|
||||||
const DEFAULT_PROJECT_ID = "rising-fact-p41fc";
|
const DEFAULT_PROJECT_ID = "rising-fact-p41fc";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user