summaryrefslogtreecommitdiffhomepage
path: root/packages/browser/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/browser/src/index.ts')
-rw-r--r--packages/browser/src/index.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/browser/src/index.ts b/packages/browser/src/index.ts
index 4f42044..520af9a 100644
--- a/packages/browser/src/index.ts
+++ b/packages/browser/src/index.ts
@@ -3,7 +3,7 @@
* @module @simplewebauthn/browser
*/
import startRegistration from './methods/startRegistration';
-import startAssertion from './methods/startAssertion';
+import startAuthentication from './methods/startAuthentication';
import supportsWebauthn from './helpers/supportsWebauthn';
-export { startRegistration, startAssertion, supportsWebauthn };
+export { startRegistration, startAuthentication, supportsWebauthn };