Client portal: profile, activity pages + middleware fix

This commit is contained in:
JCBSComputer
2026-07-01 11:25:08 +02:00
parent 5d971dc749
commit 6016ab2855
23 changed files with 1789 additions and 2 deletions
+1
View File
@@ -186,6 +186,7 @@ export function mapDbUserToSessionUser(
ADMIN: "admin",
SALES_USER: "sales",
DEVELOPER: "dev",
CLIENT: "client",
};
const avatarUrl = dbUser.avatar_url as string | null