Преглед изворни кода

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

Book Pauk пре 2 година
родитељ
комит
abce84999f
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      client/components/Api/Api.vue

+ 1 - 0
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'});
     }
 }