From 1cd6a4301dc1a84079a7af0a1e44e4002d9e815e Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Wed, 18 Dec 2024 21:18:04 +0800 Subject: [PATCH] Update index.tsx --- src/pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 5c944202e..953608579 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -47,7 +47,7 @@ const endpoint = 'https://tusd.tusdemo.net/files/'; const googlePickerClientId = '1020900325465-7naospne1v7veupmu8rg3a6ipfogr9f0.apps.googleusercontent.com'; const googlePickerApiKey = 'AIzaSyCItfp_WaGGgbNFoU08LMs21ks-MxIqudo'; -const googlePickerAppId = 'uppy-server-dev'; +const googlePickerAppId = '1020900325465'; const dashboardCode = `import Uppy from '@uppy/core' import Dashboard from '@uppy/dashboard'