fix (#164)
parent
c4572009c9
commit
ff07a19333
|
@ -49,8 +49,8 @@ class MinimumAgeAuthorizationHandler : AuthorizationHandler<MinimumAgeAuthorizeA
|
|||
}
|
||||
else
|
||||
{
|
||||
_logger.LogInformation("Current user's DateOfBirth claim ({dateOfBirth})" +
|
||||
" does not satisfy the minimum age authorization requirement {age}",
|
||||
_logger.LogInformation("Current user's DateOfBirth claim ({dateOfBirth})"
|
||||
+ " does not satisfy the minimum age authorization requirement {age}",
|
||||
dateOfBirthClaim.Value,
|
||||
requirement.Age);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue