fix: remove double verification and add debug logging

- Remove verification dialog from Citizens.tsx (GovernmentEntrance handles it)
- Add console debug logging to see roleNFTs and authorization check
This commit is contained in:
2026-02-10 22:29:00 +03:00
parent 415be478b8
commit cd69be7487
2 changed files with 14 additions and 4 deletions
+2 -3
View File
@@ -228,9 +228,8 @@ export default function Citizens() {
return;
}
// Show citizen number verification dialog for Government
setDialogType('gov');
setShowGovDialog(true);
// Navigate directly - GovernmentEntrance will handle verification
navigate('/citizens/government');
};
const handleVerifyCitizenNumber = () => {