Skip to content

Commit

Permalink
Properly pass in redirect uri
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Nov 25, 2024
1 parent 1e0c180 commit 1ae1407
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/pd-editor
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, apiUrl
url: apiUrl,
client_id: PD_CLIENT_ID,
client_secret: PD_CLIENT_SECRET,
//redirect_uri: BASE_URL + '/static/id/land.html',
redirect_uri_base: BASE_URL + '/static/pdeditor/',
});

const thereAreChanges = (changes) =>
Expand Down

0 comments on commit 1ae1407

Please sign in to comment.