Skip to content

Commit

Permalink
chore: add missing isActive flag
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshPatel5940 committed Jan 30, 2024
1 parent ab320d4 commit 083d645
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/api/src/user/service/user.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ export class UserService {
name: 'Admin',
email: process.env.ADMIN_EMAIL || '[email protected]',
isAdmin: true,
isActive: true,
isOnboardingFinished: true
}
})
Expand Down

0 comments on commit 083d645

Please sign in to comment.