Cleaned adminPanel and started adding User mgmt

This commit is contained in:
rainbownapkin 2024-11-17 11:47:03 -05:00
parent cde60bb78d
commit 064109556c
11 changed files with 153 additions and 54 deletions

View file

@ -76,6 +76,7 @@ class profileEditPrompt{
}
this.finish();
}else if(event.key == "Escape" || event.key == "Enter"){
console.log(response);
this.finish();
}
}