update todos

This commit is contained in:
Matt Hill
2024-06-22 21:47:18 -06:00
parent e0d23f4436
commit 68ed1c80ce
7 changed files with 9 additions and 13 deletions

View File

@@ -64,7 +64,7 @@ export function appInitializer(
return () => {
storage.migrate036()
auth.init()
localStorage.init() // @TODO pretty sure we can navigate before this step
localStorage.init()
router.initialNavigation()
}
}