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

This commit is contained in:
Book Pauk
2022-11-28 15:07:11 +07:00
parent 74bb3f2362
commit abce84999f

View File

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