Refatoração do login page
This commit is contained in:
5
src/auth/dto/login.dto.ts
Normal file
5
src/auth/dto/login.dto.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export class LoginDto {
|
||||
username: string;
|
||||
password: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user