Browse Source

Мелкая поправка

Book Pauk 2 years ago
parent
commit
abce84999f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      client/components/Api/Api.vue

+ 1 - 0
client/components/Api/Api.vue

@@ -261,6 +261,7 @@ class Api {
 
 
     async logout() {
     async logout() {
         await this.request({action: 'logout'});
         await this.request({action: 'logout'});
+        this.accessGranted = false;
         await this.request({action: 'test'});
         await this.request({action: 'test'});
     }
     }
 }
 }