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

This commit is contained in:
2026-01-11 04:36:42 +00:00
parent cbf50b0641
commit af5c32561a

View File

@@ -120,8 +120,7 @@ const banInfo = computed(() => {
return {
reason: authStore.user.ban?.reason,
bannedAt: authStore.user.ban?.bannedAt,
bannedUntil: authStore.user.ban?.bannedUntil,
bannedUntil: authStore.user.ban?.expires,
isPermanent:
authStore.user.ban?.permanent || !authStore.user.ban?.bannedUntil,
};