Can create user accounts

This commit is contained in:
2022-04-07 18:59:48 +02:00
parent 52888b3af7
commit c9ca23cd82
11 changed files with 144 additions and 12 deletions

View File

@ -144,7 +144,7 @@
clientsSelectorEl.style.display = radioBtn.checked ? "block" : "none";
}
refreshDisplayAuthorizedClients();
document.querySelectorAll("input[name=granted_clients]").forEach(el=> {
document.querySelectorAll("input[name=grant_type]").forEach(el=> {
el.addEventListener("change", refreshDisplayAuthorizedClients)
})