]> git.immae.eu Git - github/bastienwirtz/homer.git/commitdiff
Update PaperlessNG.vue
authorColin <mcclurec@gmail.com>
Wed, 11 Aug 2021 22:37:17 +0000 (15:37 -0700)
committerGitHub <noreply@github.com>
Wed, 11 Aug 2021 22:37:17 +0000 (15:37 -0700)
src/components/services/PaperlessNG.vue

index 4fb31f852661cc31d633b4d9567e87d2275af87c..63a49a9eafa8270500ea1bf32e8305255b431872 100644 (file)
@@ -59,6 +59,7 @@ export default {
       }
       const url = `${this.item.url}/api/documents/`;
       this.api = await fetch(url, {
+        credentials: 'include',
         headers: {
           Authorization: "Token " + this.item.apikey,
         },