Skip to content

Commit ba7c7a6

Browse files
authored
Update examples.tsx
1 parent 8eb1e75 commit ba7c7a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/examples.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -323,9 +323,9 @@ const companionUrl = 'https://companion.uppy.io';
323323
// const companionUrl = 'http://localhost:3020';
324324
const endpoint = 'https://tusd.tusdemo.net/files/';
325325
const googlePickerClientId =
326-
'1020900325465-7naospne1v7veupmu8rg3a6ipfogr9f0.apps.googleusercontent.com';
327-
const googlePickerApiKey = 'AIzaSyCItfp_WaGGgbNFoU08LMs21ks-MxIqudo';
328-
const googlePickerAppId = '1020900325465';
326+
'458443975467-fiplebcb8bdnplqo8hlfs9pagmseo5nk.apps.googleusercontent.com';
327+
const googlePickerApiKey = 'AIzaSyC6m6CZEFiTtSkBfNf_-PvtCxmDMiAgfag';
328+
const googlePickerAppId = '458443975467';
329329

330330
export default function Examples() {
331331
// Silly trick to please Docusaurus with client-side hooks such as useLocalStorage

0 commit comments

Comments
 (0)