misc tweaks and linting clean-up

This commit is contained in:
2024-07-06 13:04:15 -06:00
parent 9677a344c2
commit 6b65e31649
7 changed files with 45 additions and 13 deletions

View File

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