Added user rank changes to admin page.

This commit is contained in:
rainbownapkin 2024-11-17 17:37:07 -05:00
parent 064109556c
commit 8a4a21cff0
13 changed files with 276 additions and 30 deletions

View file

@ -172,7 +172,7 @@ class deleteAccountPrompt{
if(response.status == 200){
window.location.pathname = '/';
}else{
displayResponseError(await response.json());
utils.ux.displayResponseError(await response.json());
}
}
}