diff --git a/src/views/ValidateVault.vue b/src/views/ValidateVault.vue index e361171..cb44010 100644 --- a/src/views/ValidateVault.vue +++ b/src/views/ValidateVault.vue @@ -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}`;