Adding Identity Management stubs #42

Merged
anomalist merged 8 commits from identity-switcher into master 2023-07-13 02:49:58 +00:00
Showing only changes of commit f428199228 - Show all commits

View File

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