feat (rbac): implement role-based access control

This commit is contained in:
Abizrh
2025-08-12 11:32:36 +07:00
parent 59db7a8479
commit 125d7857ce
16 changed files with 394 additions and 22 deletions

No files matched your search

+1 -1
View File
@@ -37,7 +37,7 @@ watch(
if (val) {
links.value = setLinks()
}
}
},
)
</script>