Skip to content

Commit

Permalink
fixing schema loading when application starts at the first time
Browse files Browse the repository at this point in the history
  • Loading branch information
mudlee committed Jul 22, 2019
1 parent c3349b4 commit a904b45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/views/ValidateVault.vue
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ export default {
}
await api.initVault(phrase);
await this.$store.dispatch('listDIDs');
await this.$store.dispatch('listClaimSchemas');
this.$router.push({ name: 'vaultCreated' });
} catch (err) {
this.apiError = `HTTP ${err.response.status} - ${err.response.data}`;
Expand Down

0 comments on commit a904b45

Please sign in to comment.