aboutsummaryrefslogtreecommitdiffstats
path: root/core/src/services/WebAuthnAuthenticationService.ts
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/services/WebAuthnAuthenticationService.ts')
-rw-r--r--core/src/services/WebAuthnAuthenticationService.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/services/WebAuthnAuthenticationService.ts b/core/src/services/WebAuthnAuthenticationService.ts
index 7563e264109..df1837254ad 100644
--- a/core/src/services/WebAuthnAuthenticationService.ts
+++ b/core/src/services/WebAuthnAuthenticationService.ts
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
-import type { AuthenticationResponseJSON, PublicKeyCredentialRequestOptionsJSON } from '@simplewebauthn/types'
+import type { AuthenticationResponseJSON, PublicKeyCredentialRequestOptionsJSON } from '@simplewebauthn/browser'
import { startAuthentication as startWebauthnAuthentication } from '@simplewebauthn/browser'
import { generateUrl } from '@nextcloud/router'