Fixed issue with login screen that was recently introduced

This commit is contained in:
Pinga 2024-03-04 23:03:30 +02:00
parent 6485162b14
commit d9743c6f50

View file

@ -62,6 +62,7 @@ document.addEventListener('DOMContentLoaded', function() {
const loginButton = document.getElementById('loginWebAuthnButton');
const emailInput = document.querySelector('input[name="email"]');
const passwordInput = document.querySelector('input[name="password"]');
loginButton.addEventListener('click', async function() {
try {