This commit is contained in:
2026-01-05 21:37:06 +01:00
parent d9e6151ae0
commit 4a1bfa57a3
3 changed files with 53 additions and 2 deletions

View File

@@ -187,7 +187,7 @@ export class SeedDemoUsers {
passwordHash?: PasswordHash;
primaryDriverId?: string;
} = {
id: userId,
id: existingUser.getId().value,
displayName: spec.displayName,
email: spec.email,
passwordHash: PasswordHash.fromHash(passwordHash),