mirror of
https://github.com/docmost/docmost.git
synced 2025-11-15 00:51:11 +10:00
fix signup email
This commit is contained in:
@ -79,7 +79,7 @@ export class SignupService {
|
||||
const user = await this.userRepo.insertUser(
|
||||
{
|
||||
name: createAdminUserDto.name,
|
||||
email: createAdminUserDto.name,
|
||||
email: createAdminUserDto.email,
|
||||
password: createAdminUserDto.password,
|
||||
role: UserRole.OWNER,
|
||||
emailVerifiedAt: new Date(),
|
||||
|
||||
Reference in New Issue
Block a user