Skip to content

Commit

Permalink
improves #29
Browse files Browse the repository at this point in the history
  • Loading branch information
dagnelies committed Aug 21, 2023
1 parent a62f722 commit c4eaecb
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 14 deletions.
2 changes: 1 addition & 1 deletion demos/example-cdn.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


<script type="module">
import { client } from 'https://unpkg.com/@passwordless-id/webauthn@1.2.5/dist/webauthn.min.js'
import { client } from 'https://unpkg.com/@passwordless-id/webauthn@1.2.6/dist/webauthn.min.js'

window.register = async function() {
console.log('Registering...')
Expand Down
Loading

0 comments on commit c4eaecb

Please sign in to comment.