diff --git a/front/src/components/audio/track/Table.vue b/front/src/components/audio/track/Table.vue index 493231860..8a591d3bd 100644 --- a/front/src/components/audio/track/Table.vue +++ b/front/src/components/audio/track/Table.vue @@ -58,7 +58,7 @@ Keep your PRIVATE_TOKEN secret as it gives access to your account.
-export PRIVATE_TOKEN="{{ $store.state.auth.token ()}}" +export PRIVATE_TOKEN="{{ $store.state.auth.token }}" curl -G -o "{{ track.files[0].filename }}" --header "Authorization: JWT $PRIVATE_TOKEN" "{{ backend.absoluteUrl(track.files[0].path) }}"diff --git a/front/src/components/favorites/List.vue b/front/src/components/favorites/List.vue index 91efd7290..aef4bea93 100644 --- a/front/src/components/favorites/List.vue +++ b/front/src/components/favorites/List.vue @@ -6,7 +6,7 @@