Skip to content

Commit

Permalink
Merge pull request #297 from silinternational/fix-webauthn-login
Browse files Browse the repository at this point in the history
Release -- fix bug preventing webauthn login
  • Loading branch information
briskt authored Dec 2, 2024
2 parents 45477ba + 17cad92 commit a768da3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
}
document.getElementById('showBtn').addEventListener('click', verifyWebAuthn);
document.querySelector('body').addEventListener{'load', verifyWebAuthn};
document.querySelector('body').addEventListener('load', verifyWebAuthn);
});
</script>
</head>
Expand Down

0 comments on commit a768da3

Please sign in to comment.