소스 검색

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

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