mirror of
https://github.com/docmost/docmost.git
synced 2026-05-07 06:23:06 +08: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