Skip to content

Commit 13b4268

Browse files
committed
Automated dotnet-format update from commit f79cf64 on refs/heads/dev
1 parent f79cf64 commit 13b4268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WeihanLi.Web.Extensions/Authentication/DelegateAuthentication/DelegateAuthenticationHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public sealed class DelegateAuthenticationHandler(
1616
protected override async Task<AuthenticateResult> HandleAuthenticateAsync()
1717
{
1818
ArgumentNullException.ThrowIfNull(Options.Validator);
19-
19+
2020
var authenticated = await Options.Validator.Invoke(Context);
2121
if (!authenticated)
2222
return AuthenticateResult.Fail($"Delegate authentication({Scheme.DisplayName ?? Scheme.Name}) failed.");

0 commit comments

Comments
 (0)