diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 744889d..4603d2b 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,17 +4,11 @@
-
+
+
-
-
-
-
-
-
-
-
+
@@ -46,7 +40,7 @@
@@ -230,36 +224,36 @@
- {
- "keyToString": {
- "RunOnceActivity.MCP Project settings loaded": "true",
- "RunOnceActivity.ShowReadmeOnStart": "true",
- "RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager.252": "true",
- "RunOnceActivity.git.unshallow": "true",
- "RunOnceActivity.typescript.service.memoryLimit.init": "true",
- "git-widget-placeholder": "develop",
- "last_opened_file_path": "//wsl.localhost/Ubuntu-24.04/home/m-tristan/workspace/Ferme",
- "node.js.detected.package.eslint": "true",
- "node.js.detected.package.tslint": "true",
- "node.js.selected.package.eslint": "(autodetect)",
- "node.js.selected.package.tslint": "(autodetect)",
- "nodejs_package_manager_path": "npm",
- "settings.editor.selected.configurable": "advanced.settings",
- "ts.external.directory.path": "/opt/phpstorm/plugins/javascript-plugin/jsLanguageServicesImpl/external",
- "vue.rearranger.settings.migration": "true"
+
+}]]>
@@ -331,15 +325,7 @@
-
-
-
-
- 1769098182184
-
-
-
- 1769098182184
+
@@ -725,7 +711,15 @@
1774285464091
-
+
+
+ 1774337609427
+
+
+
+ 1774337609427
+
+
@@ -775,7 +769,6 @@
-
@@ -800,7 +793,8 @@
-
+
+
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b6c740d..4769125 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -59,6 +59,8 @@ Ajouter dans le fichier .env du frontend
* [#356] front page admin bovin
* [#353] modification front admin client
* [#353] modification front admin utilisateur
+* [#FER-11] Corriger le problème de bearer token
+
### Changed
### Fixed
diff --git a/frontend/services/auth.ts b/frontend/services/auth.ts
index d244d50..e7b621a 100644
--- a/frontend/services/auth.ts
+++ b/frontend/services/auth.ts
@@ -66,7 +66,6 @@ export async function logout() {
const api = useApi()
return api.post('logout', {}, {
toastErrorKey: 'errors.auth.logout',
- toastSuccessKey: 'success.auth.logout',
- redirect: 'manual'
+ toastSuccessKey: 'success.auth.logout'
})
}