diff --git a/web/src/pages/citizens/GovernmentEntrance.tsx b/web/src/pages/citizens/GovernmentEntrance.tsx
index c1458a6c..a20f2b73 100644
--- a/web/src/pages/citizens/GovernmentEntrance.tsx
+++ b/web/src/pages/citizens/GovernmentEntrance.tsx
@@ -568,6 +568,81 @@ export default function GovernmentEntrance() {
);
}
+ // SECURITY: Block access if not verified
+ if (!accessGranted) {
+ return (
+
+ {/* Access Verification Modal */}
+
+
+ );
+ }
+
return (
@@ -799,72 +874,6 @@ export default function GovernmentEntrance() {
- {/* Access Verification Modal */}
-
-
{/* Propose Legislation Modal */}