prompt them to fill in their name when sharing their info

This commit is contained in:
2023-12-11 16:36:50 -07:00
parent 2c33febb0e
commit 1be6c04699
3 changed files with 14 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ export default class NewEditAccountView extends Vue {
});
localStorage.setItem("firstName", this.givenName as string);
localStorage.setItem("lastName", ""); // deprecated, pre v 0.1.3
this.$router.push({ name: "account" });
this.$router.back();
}
onClickCancel() {