remove duplicate import

This commit is contained in:
dakkar 2024-11-08 17:53:34 +00:00
parent a930fd9758
commit 0a15ffba55

View file

@ -30,7 +30,6 @@ import { SigninService } from './SigninService.js';
import type { AuthenticationResponseJSON } from '@simplewebauthn/types';
import type { FastifyReply, FastifyRequest } from 'fastify';
import { isSystemAccount } from '@/misc/is-system-account.js';
import type { MiMeta } from '@/models/_.js';
@Injectable()
export class SigninApiService {