Skip to content

Commit bdafbea

Browse files
committed
Remove invalid comment
1 parent 36ab363 commit bdafbea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/AspNet.Security.OAuth.Bilibili/BilibiliAuthenticationHandler.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ protected override string BuildChallengeUrl([NotNull] AuthenticationProperties p
3333
{
3434
var parameters = new Dictionary<string, string?>
3535
{
36-
["client_id"] = Options.ClientId, // Used instead of "client_id"
36+
["client_id"] = Options.ClientId,
3737
["response_type"] = "code",
3838
["gourl"] = redirectUri
3939
};

0 commit comments

Comments
 (0)