Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Levitas committed Jul 11, 2024
1 parent 0fc8ef0 commit f7602f7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions api/controllers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -467,8 +467,6 @@ router.get(
(req: EzBIDSAuthRequestObject, res) => {
const session = req.ezBIDS.session;
const JWT = signJWT({ sessionId: session._id.toString() });
console.log('new test')
console.log(JWT)
return res.send(JWT);
}
);
Expand Down
1 change: 0 additions & 1 deletion ui/src/Finalize.vue
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ 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 f7602f7

Please sign in to comment.