mirror of
https://github.com/docmost/docmost.git
synced 2025-11-23 19:11:08 +10:00
cleanups
This commit is contained in:
@ -78,7 +78,11 @@ export class SignupService {
|
||||
// create user
|
||||
|
||||
const user = await this.userRepo.insertUser(
|
||||
{ ...createAdminUserDto, role: UserRole.OWNER },
|
||||
{
|
||||
...createAdminUserDto,
|
||||
role: UserRole.OWNER,
|
||||
emailVerifiedAt: new Date(),
|
||||
},
|
||||
trx,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user