Fix PermissionChecker

pull/848/head
Halil ibrahim Kalkan 6 years ago
parent 3565c2824d
commit fcaa705841

@ -73,8 +73,7 @@ namespace Volo.Abp.Authorization.Permissions
} }
else if (result == PermissionGrantResult.Prohibited) else if (result == PermissionGrantResult.Prohibited)
{ {
isGranted = true; return false;
break;
} }
} }

Loading…
Cancel
Save