Skip to content

Commit

Permalink
Merge commit '4a178f19bdd0ca8cafdff9f622dcc8b142b2c77f'
Browse files Browse the repository at this point in the history
# Conflicts:
#	frontend/pd-editor
#	frontend/src/assets/styles/_osmus.scss
#	frontend/src/assets/styles/_variables.scss
#	frontend/src/components/header/index.js
#	frontend/src/components/messages.js
#	frontend/src/components/pdEditor.js
#	frontend/src/config/index.js
#	frontend/src/views/project.js
#	frontend/yarn.lock
  • Loading branch information
quincylvania committed Dec 4, 2024
2 parents ade9c6c + 4a178f1 commit 5a0bac6
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 5a0bac6

Please sign in to comment.