Skip to content

Commit

Permalink
sdfsdf
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Oct 4, 2024
1 parent 9cea06f commit 0cbe9d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/pdEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) =>
Expand Down

0 comments on commit 0cbe9d9

Please sign in to comment.