Skip to content

Commit

Permalink
chore(src/plugincore.aspnetcore/extensions/plugincorestartupextension…
Browse files Browse the repository at this point in the history
…s.cs): 代码缩进: 美化
  • Loading branch information
yiyungent committed Feb 14, 2024
1 parent ebab6d8 commit 6a03628
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ public static void AddPluginCoreAuthentication(this IServiceCollection services)
services.AddAuthentication()
// 添加一个新的认证方案
.AddScheme<Authentication.PluginCoreAuthenticationSchemeOptions, Authentication.PluginCoreAuthenticationHandler>(
authenticationScheme: Constants.AspNetCoreAuthenticationScheme,
displayName: Constants.AspNetCoreAuthenticationScheme,
authenticationScheme: Constants.AspNetCoreAuthenticationScheme,
displayName: Constants.AspNetCoreAuthenticationScheme,
options => { });
#endregion
}
Expand Down

0 comments on commit 6a03628

Please sign in to comment.