diff options
author | Matthew Miller <matthew@millerti.me> | 2020-05-21 08:40:59 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2020-05-21 08:49:22 -0700 |
commit | 2b9998d38a81e70b94ee7fb0cfada0a6478d2808 (patch) | |
tree | 4ce28d03a8563f603f3d183ef3cdde4b6241810a /packages/browser/src/index.ts | |
parent | 916fd7b32ba03b13b1309faae0ca077eebc4efb9 (diff) |
Add startAssertion to browser
Diffstat (limited to 'packages/browser/src/index.ts')
-rw-r--r-- | packages/browser/src/index.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/browser/src/index.ts b/packages/browser/src/index.ts index bcf2e2f..38ce91b 100644 --- a/packages/browser/src/index.ts +++ b/packages/browser/src/index.ts @@ -1,7 +1,9 @@ import startAttestation from './methods/startAttestation'; +import startAssertion from './methods/startAssertion'; import supportsWebauthn from './helpers/supportsWebauthn'; export { startAttestation, + startAssertion, supportsWebauthn, }; |