Add more admin stats and fix icon set issues

This commit is contained in:
Sean Morley
2024-05-16 00:12:09 +00:00
parent 6737a568ef
commit 5ee4d91473
5 changed files with 109 additions and 52 deletions

View File

@@ -10,6 +10,8 @@
let icon = data.user?.icon;
let signup_date = data.user?.signup_date;
let role = data.user?.role;
// the submit function shoud just reload the page
</script>
<h1 class="text-center font-extrabold text-4xl mb-6">Settings Page</h1>