feat(settings): implement /settings hub page (E1) — Kachel-Ansicht #55
@@ -15,6 +15,7 @@ export const load: PageServerLoad = async ({ fetch, locals }) => {
|
||||
return {
|
||||
stapleCount,
|
||||
memberCount,
|
||||
// hooks.server.ts guarantees benutzer is set for all (app) routes
|
||||
userName: locals.benutzer!.name
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user