diff --git a/html/src/app.js b/html/src/app.js
index ee70812e..ea2a48e6 100644
--- a/html/src/app.js
+++ b/html/src/app.js
@@ -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');
+ // });
};
/*