refactor(backend): remove/replace deprecated type deps (#13252)
This commit is contained in:
		| @@ -22,7 +22,7 @@ import { WebAuthnService } from '@/core/WebAuthnService.js'; | ||||
| import { UserAuthService } from '@/core/UserAuthService.js'; | ||||
| import { RateLimiterService } from './RateLimiterService.js'; | ||||
| import { SigninService } from './SigninService.js'; | ||||
| import type { AuthenticationResponseJSON } from '@simplewebauthn/typescript-types'; | ||||
| import type { AuthenticationResponseJSON } from '@simplewebauthn/types'; | ||||
| import type { FastifyReply, FastifyRequest } from 'fastify'; | ||||
|  | ||||
| @Injectable() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 zyoshoka
					zyoshoka