fix: conflict after rebase

This commit is contained in:
riefive
2025-11-13 13:16:47 +07:00
parent 8e0f6a52d8
commit a3ddbac0af
4 changed files with 21 additions and 6 deletions

No files matched your search

@@ -18,9 +18,11 @@ useHead({
const roleAccess: PagePermission = PAGE_PERMISSIONS['/doctor']
// const { checkRole, hasCreateAccess } = useRBAC()
const { checkRole, hasCreateAccess } = useRBAC()
// // Check if user has access to this page
console.log(checkRole(roleAccess))
// Check if user has access to this page
// const hasAccess = checkRole(roleAccess)
// if (!hasAccess) {
// throw createError({