Can create user accounts
This commit is contained in:
@ -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)
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user