fix import order in SigninWithPasskeyApiService
This commit is contained in:
@@ -22,10 +22,10 @@ import Logger from '@/logger.js';
|
|||||||
import { LoggerService } from '@/core/LoggerService.js';
|
import { LoggerService } from '@/core/LoggerService.js';
|
||||||
import type { IdentifiableError } from '@/misc/identifiable-error.js';
|
import type { IdentifiableError } from '@/misc/identifiable-error.js';
|
||||||
import { SkRateLimiterService } from '@/server/api/SkRateLimiterService.js';
|
import { SkRateLimiterService } from '@/server/api/SkRateLimiterService.js';
|
||||||
|
import { sendRateLimitHeaders } from '@/misc/rate-limit-utils.js';
|
||||||
import { SigninService } from './SigninService.js';
|
import { SigninService } from './SigninService.js';
|
||||||
import type { AuthenticationResponseJSON } from '@simplewebauthn/types';
|
import type { AuthenticationResponseJSON } from '@simplewebauthn/types';
|
||||||
import type { FastifyReply, FastifyRequest } from 'fastify';
|
import type { FastifyReply, FastifyRequest } from 'fastify';
|
||||||
import { sendRateLimitHeaders } from '@/misc/rate-limit-utils.js';
|
|
||||||
|
|
||||||
@Injectable()
|
@Injectable()
|
||||||
export class SigninWithPasskeyApiService {
|
export class SigninWithPasskeyApiService {
|
||||||
|
|||||||
Reference in New Issue
Block a user