Explorar o código

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

Book Pauk %!s(int64=2) %!d(string=hai) anos
pai
achega
abce84999f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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'});
     }
 }