Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
dagnelies committed Sep 27, 2022
1 parent c0748b3 commit 40b41ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demos/example-raw.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


<script type="module">
import * as webauthn from '/dist/webauthn.min.js'
import * as webauthn from '../dist/webauthn.min.js'

window.register = async function() {
console.log('Registering...')
Expand Down
2 changes: 1 addition & 1 deletion demos/js/basic.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as webauthn from '/dist/webauthn.min.js'
import * as webauthn from '../../dist/webauthn.min.js'

const app = new Vue({
el: '#app',
Expand Down
2 changes: 1 addition & 1 deletion demos/js/playground.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as webauthn from '/dist/webauthn.min.js'
import * as webauthn from '../../dist/webauthn.min.js'

const app = new Vue({
el: '#app',
Expand Down

0 comments on commit 40b41ea

Please sign in to comment.