feat: add setup wizard
This commit is contained in:
@@ -2,6 +2,7 @@ import { PickType } from "@nestjs/swagger";
|
||||
import { UserDTO } from "src/user/dto/user.dto";
|
||||
|
||||
export class AuthSignInDTO extends PickType(UserDTO, [
|
||||
"username",
|
||||
"email",
|
||||
"password",
|
||||
] as const) {}
|
||||
|
||||
Reference in New Issue
Block a user