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