summaryrefslogtreecommitdiff
path: root/packages/backend/src/core/WebAuthnService.ts
diff options
context:
space:
mode:
authorzyoshoka <107108195+zyoshoka@users.noreply.github.com>2024-02-16 20:09:07 +0900
committerGitHub <noreply@github.com>2024-02-16 20:09:07 +0900
commit37959bab1d437145ebee1a6d42f5a21e0a23ecda (patch)
tree5a639fb3b2cbd794dc083e5927cc84368175c6b5 /packages/backend/src/core/WebAuthnService.ts
parentfix misskey-js version (diff)
downloadsharkey-37959bab1d437145ebee1a6d42f5a21e0a23ecda.tar.gz
sharkey-37959bab1d437145ebee1a6d42f5a21e0a23ecda.tar.bz2
sharkey-37959bab1d437145ebee1a6d42f5a21e0a23ecda.zip
refactor(backend): remove/replace deprecated type deps (#13252)
Diffstat (limited to 'packages/backend/src/core/WebAuthnService.ts')
-rw-r--r--packages/backend/src/core/WebAuthnService.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/backend/src/core/WebAuthnService.ts b/packages/backend/src/core/WebAuthnService.ts
index 36487373b4..4d11865906 100644
--- a/packages/backend/src/core/WebAuthnService.ts
+++ b/packages/backend/src/core/WebAuthnService.ts
@@ -26,7 +26,7 @@ import type {
PublicKeyCredentialDescriptorFuture,
PublicKeyCredentialRequestOptionsJSON,
RegistrationResponseJSON,
-} from '@simplewebauthn/typescript-types';
+} from '@simplewebauthn/types';
@Injectable()
export class WebAuthnService {