fix the super user seeded to accept terms and add certificate arn

This commit is contained in:
Ammar Qaffaf
2025-06-30 03:58:47 -04:00
parent d4d1ec817d
commit 374fb69804
3 changed files with 6 additions and 2 deletions

View File

@ -61,6 +61,10 @@ export class SuperAdminSeeder {
lastName: 'Admin',
isUserVerified: true,
isActive: true,
hasAcceptedAppAgreement: true,
hasAcceptedWebAgreement: true,
appAgreementAcceptedAt: new Date(),
webAgreementAcceptedAt: new Date(),
roleType: { uuid: defaultUserRoleUuid },
});
} catch (err) {