update the ban page
All checks were successful
Build Frontend / Build Frontend (push) Successful in 8s
All checks were successful
Build Frontend / Build Frontend (push) Successful in 8s
This commit is contained in:
@@ -108,6 +108,7 @@ const banInfo = computed(() => {
|
||||
return {
|
||||
reason: authStore.user.ban?.reason,
|
||||
bannedUntil: authStore.user.ban?.expires,
|
||||
};
|
||||
});
|
||||
|
||||
const formatDate = (date) => {
|
||||
|
||||
Reference in New Issue
Block a user