summaryrefslogtreecommitdiffhomepage
path: root/packages/browser/src/methods
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2022-06-19 11:28:16 -0700
committerMatthew Miller <matthew@millerti.me>2022-06-19 11:28:16 -0700
commit84d931ea0aadc249a72cfd422b912dec0d52f995 (patch)
treebc84f30a7c20d0dc2ba32030966961de1d174387 /packages/browser/src/methods
parent62a0b18a586bdb6ebcc89aefe2b925181003aa3a (diff)
Rename conditional UI support check method
Diffstat (limited to 'packages/browser/src/methods')
-rw-r--r--packages/browser/src/methods/startAuthentication.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/browser/src/methods/startAuthentication.ts b/packages/browser/src/methods/startAuthentication.ts
index fd6f9a2..0bcd097 100644
--- a/packages/browser/src/methods/startAuthentication.ts
+++ b/packages/browser/src/methods/startAuthentication.ts
@@ -8,7 +8,7 @@ import bufferToBase64URLString from '../helpers/bufferToBase64URLString';
import base64URLStringToBuffer from '../helpers/base64URLStringToBuffer';
import bufferToUTF8String from '../helpers/bufferToUTF8String';
import { browserSupportsWebauthn } from '../helpers/browserSupportsWebauthn';
-import { browserSupportsWebAuthnAutofill } from '../helpers/browserSupportsConditionalMediation';
+import { browserSupportsWebAuthnAutofill } from '../helpers/browserSupportsWebAuthnAutofill';
import toPublicKeyCredentialDescriptor from '../helpers/toPublicKeyCredentialDescriptor';
import { identifyAuthenticationError } from '../helpers/identifyAuthenticationError';
import { webauthnAbortService } from '../helpers/webAuthnAbortService';