forked from trent_larson/crowd-funder-for-time-pwa
Redirect to account tab after switching identity
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user