This commit is contained in:
parent
99f01a1dbd
commit
a7faf4e325
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue