Небольшие поправки

This commit is contained in:
Book Pauk
2019-03-25 14:03:50 +07:00
parent 2a0d1dcfce
commit 77c68d4e11
2 changed files with 20 additions and 12 deletions

View File

@@ -90,7 +90,7 @@ class ServerStorage extends Vue {
this.prevServerStorageKey = this.serverStorageKey;
this.hashedStorageKey = utils.toBase58(cryptoUtils.sha256(this.serverStorageKey));
this.keyInited = true;
await this.loadProfiles(force);
this.checkCurrentProfile();
await this.currentProfileChanged(force);