mirror of
https://github.com/immich-app/immich.git
synced 2025-11-15 23:52:38 +09:00
refactor: controller tests (#18100)
This commit is contained in:
@@ -23,8 +23,8 @@ export class AuthController {
|
||||
|
||||
@Post('login')
|
||||
async login(
|
||||
@Body() loginCredential: LoginCredentialDto,
|
||||
@Res({ passthrough: true }) res: Response,
|
||||
@Body() loginCredential: LoginCredentialDto,
|
||||
@GetLoginDetails() loginDetails: LoginDetails,
|
||||
): Promise<LoginResponseDto> {
|
||||
const body = await this.service.login(loginCredential, loginDetails);
|
||||
|
||||
Reference in New Issue
Block a user