chore: add email service and password service
This commit is contained in:
@@ -0,0 +1 @@
|
||||
export class UserRegisterDto {}
|
||||
@@ -1,4 +1,8 @@
|
||||
import { Injectable } from "@nestjs/common";
|
||||
|
||||
// import { UserRepository } from "./users.repository";
|
||||
|
||||
@Injectable()
|
||||
export class UsersService {}
|
||||
export class UsersService {
|
||||
// constructor(private userRepository: UserRepository) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user