Skip to content

Commit

Permalink
chore: fadeé
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoutV committed Mar 27, 2024
1 parent 15f91f8 commit 0c82f91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/Body.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
</script>

<template>
<div class="pt-6 pb-7 px-3 lg:px-0">
<div class="pt-6 pb-7 px-3 lg:px-0 fadein">
<slot/>
</div>
</template>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/composables/axios.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ export const client = axios.create({
},
withCredentials: true,
xsrfHeaderName: "X-CSRFToken",
xsrfCookieName: "csrftoken",
xsrfCookieName: "csrftoken"
});

0 comments on commit 0c82f91

Please sign in to comment.