Skip to content

Commit b0f1ac3

Browse files
committed
Update IAuthorizationPolicyProvider.cs
1 parent 4505687 commit b0f1ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Security/Authorization/Core/src/IAuthorizationPolicyProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ public interface IAuthorizationPolicyProvider
2727
/// Gets the fallback authorization policy.
2828
/// </summary>
2929
/// <returns>The fallback authorization policy.</returns>
30-
Task<AuthorizationPolicy> GetFallbackPolicyAsync() => Task.FromResult<AuthorizationPolicy>(null);
30+
Task<AuthorizationPolicy> GetFallbackPolicyAsync();
3131
}
3232
}

0 commit comments

Comments
 (0)