質問編集履歴
2
文字修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -106,8 +106,6 @@
|
|
106
106
|
|
107
107
|
const f = async () => {
|
108
108
|
|
109
|
-
console.log(state.clientId)
|
110
|
-
|
111
109
|
gapiLoad()
|
112
110
|
|
113
111
|
}
|
@@ -204,8 +202,6 @@
|
|
204
202
|
|
205
203
|
}
|
206
204
|
|
207
|
-
console.log(res.result)
|
208
|
-
|
209
205
|
}
|
210
206
|
|
211
207
|
f()
|
@@ -232,18 +228,12 @@
|
|
232
228
|
|
233
229
|
onsuccess: (res) => {
|
234
230
|
|
235
|
-
console.log(res)
|
236
|
-
|
237
231
|
setSignedIn(true)
|
238
232
|
|
239
233
|
},
|
240
234
|
|
241
235
|
onfailure: (res) => {
|
242
236
|
|
243
|
-
console.log(res.error)
|
244
|
-
|
245
|
-
// setSignedIn(true)
|
246
|
-
|
247
237
|
},
|
248
238
|
|
249
239
|
})
|
@@ -264,8 +254,6 @@
|
|
264
254
|
|
265
255
|
if (res.error) {
|
266
256
|
|
267
|
-
console.log(res.error)
|
268
|
-
|
269
257
|
return
|
270
258
|
|
271
259
|
}
|
@@ -284,8 +272,6 @@
|
|
284
272
|
|
285
273
|
if (res.error) {
|
286
274
|
|
287
|
-
console.log(res.error)
|
288
|
-
|
289
275
|
return
|
290
276
|
|
291
277
|
}
|
@@ -372,6 +358,8 @@
|
|
372
358
|
|
373
359
|
|
374
360
|
|
361
|
+
|
362
|
+
|
375
363
|
```
|
376
364
|
|
377
365
|
|
1
タイトル変更
test
CHANGED
File without changes
|
test
CHANGED
File without changes
|