Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Levitas committed Jul 11, 2024
1 parent 42a8abd commit 37935c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/Finalize.vue
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ export default defineComponent({
async sendOpenneuro() {
try {
console.log('test')
const res = await axios.get(`${this.config.apihost}/download/${this.session._id}/token`);
const shortLivedJWT = res.data;
Expand Down

0 comments on commit 37935c1

Please sign in to comment.