forked from jsnbuchanan/crowd-funder-for-time-pwa
Adding markers to keep track of registration state
This commit is contained in:
@@ -20,5 +20,8 @@ export const useAppStore = defineStore({
|
||||
reset() {
|
||||
localStorage.removeItem("condition");
|
||||
},
|
||||
setCondition(newCondition: string) {
|
||||
localStorage.setItem("condition", newCondition);
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user