Skip to content

Commit 08e7f8c

Browse files
quick bugfix for auth
1 parent 0fb4feb commit 08e7f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monkey_island/cc/ui/src/components/map/preview-pane/PreviewPane.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class PreviewPaneComponent extends AuthComponent {
103103
}
104104

105105
downloadLog(asset) {
106-
fetch('/api/log?id=' + asset.id)
106+
this.authFetch('/api/log?id=' + asset.id)
107107
.then(res => res.json())
108108
.then(res => {
109109
let timestamp = res['timestamp'];

0 commit comments

Comments
 (0)