ソースを参照

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

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