removed login with key press funcitonality

This commit is contained in:
2026-04-20 14:10:18 +02:00
parent de9724b820
commit dbacae3f2e

View File

@@ -902,9 +902,4 @@ buildCategoryFilter();
loadContributions();
// Show Welcome Modal on first Visit
checkWelcomeModal();
// Submits Login with Key Press
document.getElementById('user-name-input').addEventListener('keydown', function (e) {
if (e.key === 'Enter') submitLogin();
});
checkWelcomeModal();