remove unused lastView and localStorage account names

This commit is contained in:
2023-03-18 18:06:58 -06:00
parent 5f3861049e
commit 315cdc0cf1
2 changed files with 0 additions and 26 deletions

View File

@@ -4,10 +4,6 @@ import { defineStore } from "pinia";
export const useAppStore = defineStore({
id: "app",
state: () => ({
_lastView:
typeof localStorage["lastView"] == "undefined"
? "/start"
: localStorage["lastView"],
_projectId:
typeof localStorage.getItem("projectId") === "undefined"
? ""