Skip to content

Commit

Permalink
fix bug - wrong type of brace for js function call
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Dec 2, 2024
1 parent 45477ba commit 17cad92
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 17cad92

Please sign in to comment.