Skip to content

Commit

Permalink
remove authtoken usage in send account deletion feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
bellangerq committed Dec 12, 2024
1 parent ae340b5 commit 19cf1a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions confiture-web-app/src/store/account.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,7 @@ export const useAccountStore = defineStore("account", {
json: {
feedback,
feedbackToken: this.accountDeletionFeedbackToken
},
headers: { Authorization: `Bearer ${this.authToken}` }
}
});
},

Expand Down

0 comments on commit 19cf1a6

Please sign in to comment.