From abce84999fad2e870d1b87a9b9a7b83e81eee4fa Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Mon, 28 Nov 2022 15:07:11 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B5=D0=BB=D0=BA=D0=B0=D1=8F=20=D0=BF?= =?UTF-8?q?=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/components/Api/Api.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/client/components/Api/Api.vue b/client/components/Api/Api.vue index b8d8854..e3e597a 100644 --- a/client/components/Api/Api.vue +++ b/client/components/Api/Api.vue @@ -261,6 +261,7 @@ class Api { async logout() { await this.request({action: 'logout'}); + this.accessGranted = false; await this.request({action: 'test'}); } }