Browse Source

Redirect to account tab after switching identity

identity-switcher
Matthew Raymer 1 year ago
parent
commit
f428199228
  1. 1
      src/views/IdentitySwitcherView.vue

1
src/views/IdentitySwitcherView.vue

@ -154,6 +154,7 @@ export default class IdentitySwitcherView extends Vue {
this.otherIdentities.push({ did: did });
}
}
this.$router.push({ name: "account" });
}
}
</script>

Loading…
Cancel
Save