diff --git a/frontend/src/components/pdEditor.js b/frontend/src/components/pdEditor.js index cd491c1d..213f8180 100644 --- a/frontend/src/components/pdEditor.js +++ b/frontend/src/components/pdEditor.js @@ -92,7 +92,7 @@ export default function PDEditor({ setDisable, comment, presets, imagery, gpxUrl url: PD_SERVER_URL, client_id: PD_CLIENT_ID, client_secret: PD_CLIENT_SECRET, - redirect_uri: BASE_URL + '/static/id/land.html', + //redirect_uri: BASE_URL + '/static/id/land.html', }); const thereAreChanges = (changes) =>