refactor(backend): remove/replace deprecated type deps (#13252)
This commit is contained in:
parent
5e317eac8c
commit
37959bab1d
5 changed files with 34 additions and 33 deletions
|
@ -26,7 +26,7 @@ import type {
|
|||
PublicKeyCredentialDescriptorFuture,
|
||||
PublicKeyCredentialRequestOptionsJSON,
|
||||
RegistrationResponseJSON,
|
||||
} from '@simplewebauthn/typescript-types';
|
||||
} from '@simplewebauthn/types';
|
||||
|
||||
@Injectable()
|
||||
export class WebAuthnService {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue