This commit is contained in:
StockiP
2022-05-02 10:13:28 +02:00
parent 5385fb5b70
commit 9e28e83146

View File

@@ -1,7 +1,6 @@
const password = document.getElementById('password'); const password = document.getElementById('password');
const password2 = document.getElementById('password2'); const password2 = document.getElementById('password2');
password2.addEventListener('change', checkPassword); password2.addEventListener('change', checkPassword);
const form = document.getElementById('marmeladenLadenRegisterForm'); const form = document.getElementById('marmeladenLadenRegisterForm');
form.addEventListener('submit', register); form.addEventListener('submit', register);