logout bugged temp fix

This commit is contained in:
Natsumi
2021-08-11 15:18:29 +12:00
parent 28c513292e
commit 025a7bf229

View File

@@ -997,11 +997,12 @@ speechSynthesis.getVoices();
});
API.logout = function () {
return this.call('logout', {
method: 'PUT'
}).finally(() => {
this.$emit('LOGOUT');
});
this.$emit('LOGOUT');
// return this.call('logout', {
// method: 'PUT'
// }).finally(() => {
// this.$emit('LOGOUT');
// });
};
/*