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 {
|
return {
|
||||||
reason: authStore.user.ban?.reason,
|
reason: authStore.user.ban?.reason,
|
||||||
bannedUntil: authStore.user.ban?.expires,
|
bannedUntil: authStore.user.ban?.expires,
|
||||||
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
const formatDate = (date) => {
|
const formatDate = (date) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user