fix: tighten dashboard summary types

This commit is contained in:
Asep Haryana Saputra
2026-05-22 16:39:38 +00:00
parent 02b002b021
commit e9d6aabcdc
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -22,5 +22,5 @@ export const demoExpertUser = {
email: 'expert@zeavis.local',
name: 'ZeaVis Expert',
role: 'expert' as const,
password: 'password123',
password: Bun.env.DEMO_EXPERT_PASSWORD ?? 'password123',
};