mirror of
https://github.com/immich-app/immich.git
synced 2025-12-22 09:15:34 +03:00
Transfer repository from Gitlab
This commit is contained in:
9
server/src/api-v1/auth/dto/login-credential.dto.ts
Normal file
9
server/src/api-v1/auth/dto/login-credential.dto.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { IsNotEmpty } from 'class-validator';
|
||||
|
||||
export class LoginCredentialDto {
|
||||
@IsNotEmpty()
|
||||
email: string;
|
||||
|
||||
@IsNotEmpty()
|
||||
password: string;
|
||||
}
|
||||
Reference in New Issue
Block a user