fix : problème de bearer token

This commit is contained in:
2026-03-25 15:14:49 +01:00
parent fee7bbb2ec
commit 0e4b4592f7
3 changed files with 44 additions and 49 deletions

View File

@@ -66,7 +66,6 @@ export async function logout() {
const api = useApi()
return api.post<void>('logout', {}, {
toastErrorKey: 'errors.auth.logout',
toastSuccessKey: 'success.auth.logout',
redirect: 'manual'
toastSuccessKey: 'success.auth.logout'
})
}