comment typo
This commit is contained in:
parent
617bc1ac02
commit
08b12b0d72
|
|
@ -6,7 +6,7 @@ using Microsoft.Extensions.Logging;
|
||||||
|
|
||||||
namespace CustomPolicyProvider
|
namespace CustomPolicyProvider
|
||||||
{
|
{
|
||||||
// This class contains logic for determining whether MinimumAgeRequirements in authorizaiton
|
// This class contains logic for determining whether MinimumAgeRequirements in authorization
|
||||||
// policies are satisfied or not
|
// policies are satisfied or not
|
||||||
internal class MinimumAgeAuthorizationHandler : AuthorizationHandler<MinimumAgeRequirement>
|
internal class MinimumAgeAuthorizationHandler : AuthorizationHandler<MinimumAgeRequirement>
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue