Skip to content

Commit

Permalink
Corrige le formulaire de retour après avor supprimé un compte (#907)
Browse files Browse the repository at this point in the history
* remove authtoken usage in send account deletion feedback

* update changelog
  • Loading branch information
bellangerq authored Dec 12, 2024
1 parent ae340b5 commit 314d250
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Tous les changements notables de Ara sont documentés ici avec leur date, leur catégorie (nouvelle fonctionnalité, correction de bug ou autre changement) et leur pull request (PR) associée.

## 12/12/2024

### Corrections 🐛

- Corrige le formulaire de retour après avoir supprimé le compte ([#907](https://github.com/DISIC/Ara/pull/907))

## 11/12/2024

### Autres changements ⚙️
Expand Down
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 314d250

Please sign in to comment.