Set up the Options view bound to the prefs & settings stores

This commit is contained in:
Bubka
2023-10-04 09:30:05 +02:00
parent 39281ec428
commit c448628e1b
18 changed files with 557 additions and 42 deletions

View File

@@ -13,6 +13,7 @@ export default async function auth({ to, next, stores }) {
preferences: currentUser.preferences,
isAdmin: currentUser.is_admin,
})
user.applyUserPrefs()
}
}