admin ui changes

This commit is contained in:
2024-02-04 09:54:58 +01:00
parent 95dcef5426
commit f3ea959f50
2 changed files with 3 additions and 2 deletions

View File

@@ -55,6 +55,7 @@
function admininit(){
listActivationCodes();
listUsers();
userinit();
}
window.onload = admininit;