From 025a7bf22969790c67797c4b3e9f413a4fabc9e3 Mon Sep 17 00:00:00 2001 From: Natsumi Date: Wed, 11 Aug 2021 15:18:29 +1200 Subject: [PATCH] logout bugged temp fix --- html/src/app.js | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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'); + // }); }; /*