diff --git a/resources/scripts/api/account/webauthn/webauthnChallenge.ts b/resources/scripts/api/account/webauthn/webauthnChallenge.ts index a7512eb8f..a34949e19 100644 --- a/resources/scripts/api/account/webauthn/webauthnChallenge.ts +++ b/resources/scripts/api/account/webauthn/webauthnChallenge.ts @@ -1,6 +1,6 @@ import http from '@/api/http'; import { LoginResponse } from '@/api/auth/login'; -import { base64Decode, bufferDecode, bufferEncode, decodeCredentials } from '@/api/account/webauthn/registerKey'; +import { base64Decode, bufferDecode, bufferEncode, decodeCredentials } from '@/api/account/webauthn/registerWebauthnKey'; export default (token: string, publicKey: PublicKeyCredentialRequestOptions): Promise => { return new Promise((resolve, reject) => {