Redirect to account tab after switching identity

This commit is contained in:
Matthew Raymer
2023-07-12 19:12:31 +08:00
parent 1405b88323
commit f428199228

View File

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