change some stuff
This commit is contained in:
@@ -4,7 +4,7 @@ let timezone = Intl.DateTimeFormat().resolvedOptions().timeZone;
|
|||||||
|
|
||||||
const client = google.accounts.oauth2.initTokenClient({
|
const client = google.accounts.oauth2.initTokenClient({
|
||||||
client_id:
|
client_id:
|
||||||
"1000685713819-om0gq7bqr3e91f2rok224ooqgae6bojg.apps.googleusercontent.com",
|
"365940140793-a924128cnq2v8kq6590mee452l3v6jug.apps.googleusercontent.com",
|
||||||
scope: "https://www.googleapis.com/auth/calendar",
|
scope: "https://www.googleapis.com/auth/calendar",
|
||||||
callback: (tokenResponse) => {
|
callback: (tokenResponse) => {
|
||||||
if (tokenResponse && tokenResponse.access_token) {
|
if (tokenResponse && tokenResponse.access_token) {
|
||||||
|
|||||||
Reference in New Issue
Block a user