on brand new ID, go back home (plus some task adjustments)

This commit is contained in:
2023-12-13 20:19:29 -07:00
parent 41c4cbe61a
commit 17c632eb16
2 changed files with 2 additions and 3 deletions

View File

@@ -88,7 +88,7 @@ export default class NewIdentifierView extends Vue {
this.loading = false;
setTimeout(() => {
this.$router.push({ name: "account" });
this.$router.push({ name: "home" });
}, 1000);
}
}