middleware fix wip

This commit is contained in:
2026-01-04 23:02:28 +01:00
parent 691e6e2c7e
commit cd3d9ae34f
8 changed files with 74 additions and 13 deletions

View File

@@ -38,9 +38,9 @@ export class SeedDemoUsers {
{
email: 'demo.sponsor@example.com',
password: 'Demo1234!',
needsAdminUser: false,
needsAdminUser: true,
needsPrimaryDriverId: false,
roles: ['user'],
roles: ['sponsor'],
displayName: 'Jane Sponsor',
},
{