mirror of
https://github.com/immich-app/immich.git
synced 2025-12-22 09:15:34 +03:00
@@ -10,8 +10,8 @@ import { Reflector } from '@nestjs/core';
|
||||
import { ApiBearerAuth, ApiCookieAuth, ApiOkResponse, ApiQuery, ApiSecurity } from '@nestjs/swagger';
|
||||
import { Request } from 'express';
|
||||
import { IMMICH_API_KEY_NAME } from 'src/domain/auth/auth.constant';
|
||||
import { AuthDto } from 'src/domain/auth/auth.dto';
|
||||
import { AuthService, LoginDetails } from 'src/domain/auth/auth.service';
|
||||
import { AuthDto } from 'src/dtos/auth.dto';
|
||||
import { ImmichLogger } from 'src/infra/logger';
|
||||
import { UAParser } from 'ua-parser-js';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user