diff --git a/app/error.vue b/app/error.vue index 27c04cc0..e3e3d76b 100644 --- a/app/error.vue +++ b/app/error.vue @@ -2,10 +2,13 @@ definePageMeta({ layout: 'blank', }) + +const { isAuthenticated } = useUserStore() diff --git a/app/pages/(features)/patient/index.vue b/app/pages/(features)/patient/index.vue index 13e0c451..916b3a4b 100644 --- a/app/pages/(features)/patient/index.vue +++ b/app/pages/(features)/patient/index.vue @@ -28,8 +28,6 @@ const canRead = hasReadAccess(roleAccess)
-
-

You don't have permission to view patient records.

-
+