JWT tokens 1.0

This commit is contained in:
2025-09-19 18:17:31 +03:00
parent 484fa0de23
commit 6b7a57dc6d
12 changed files with 139 additions and 11 deletions

View File

@@ -59,7 +59,7 @@ function showError(messages) {
container.style.height = "auto";
const form = document.getElementById('registerForm');
form.insertAdjacentElement('afterend', errorElem);
}
};
errorElem.innerHTML = '';
messages.forEach(msg => {
const li = document.createElement('li');