comment typo
This commit is contained in:
parent
617bc1ac02
commit
08b12b0d72
|
|
@ -6,7 +6,7 @@ using Microsoft.Extensions.Logging;
|
|||
|
||||
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
|
||||
internal class MinimumAgeAuthorizationHandler : AuthorizationHandler<MinimumAgeRequirement>
|
||||
{
|
||||
|
|
@ -58,4 +58,4 @@ namespace CustomPolicyProvider
|
|||
return Task.CompletedTask;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue