refs #6930 perf: logout update
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Javier Segarra 2024-03-14 13:05:39 +00:00
parent 99f01a1dbd
commit a7faf4e325
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ export default class Auth {
logout() {
this.$http.post('Accounts/logout', null, {headers: {'Authorization': this.vnToken.tokenMultimedia},
});
}).catch(() => {});
let promise = this.$http.post('VnUsers/logout', null, {
headers: {Authorization: this.vnToken.token}