mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-05-01 11:37:56 +00:00
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:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user