Skip to content

Commit

Permalink
style: fix ESLint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks authored and renovate[bot] committed Jul 13, 2024
1 parent 147bd94 commit 1f83010
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion assets/login.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/login.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/login.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function startAuthentication(): void {

const callback = (): void => {
const retryButton = document.querySelector('#webauthn-retry .button') as HTMLButtonElement;
retryButton.addEventListener('click', (e) => {
retryButton.addEventListener('click', () => {
(document.getElementById('webauthn-retry') as HTMLDivElement).setAttribute('hidden', 'hidden');
startAuthentication();
});
Expand Down
Loading

0 comments on commit 1f83010

Please sign in to comment.