misc tweaks and linting clean-up
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user