Skip to content

Commit

Permalink
Revise "Try again" button's ID for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
forevermatt committed Dec 2, 2024
1 parent cc3d7e7 commit 6ad6fef
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
return input;
}
document.getElementById('showBtn').addEventListener('click', verifyWebAuthn);
document.getElementById('retryButton').addEventListener('click', verifyWebAuthn);
verifyWebAuthn();
});
Expand Down Expand Up @@ -122,7 +122,7 @@
<span flex></span>
<!-- used type=button to avoid form submission on click -->
<button
id="showBtn"
id="retryButton"
type="button"
class="mdl-button mdl-color-text--red {{ error_message is empty ? 'hide' : 'show' }}"
>
Expand Down

0 comments on commit 6ad6fef

Please sign in to comment.