logout bugged temp fix

This commit is contained in:
Natsumi
2021-08-11 15:18:29 +12:00
parent 28c513292e
commit 025a7bf229
+6 -5
View File
@@ -997,11 +997,12 @@ speechSynthesis.getVoices();
}); });
API.logout = function () { API.logout = function () {
return this.call('logout', { this.$emit('LOGOUT');
method: 'PUT' // return this.call('logout', {
}).finally(() => { // method: 'PUT'
this.$emit('LOGOUT'); // }).finally(() => {
}); // this.$emit('LOGOUT');
// });
}; };
/* /*