update the ban page
All checks were successful
Build Frontend / Build Frontend (push) Successful in 8s

This commit is contained in:
2026-01-11 04:44:30 +00:00
parent 0f7f1ae5dd
commit b05594fe3d

View File

@@ -108,6 +108,7 @@ const banInfo = computed(() => {
return {
reason: authStore.user.ban?.reason,
bannedUntil: authStore.user.ban?.expires,
};
});
const formatDate = (date) => {