Skip to content

Commit

Permalink
fix missed space
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeAlhayek committed May 27, 2024
1 parent a5ac1ce commit 0288610
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ namespace OrchardCore.Users;
[Feature(UserConstants.Features.TwoFactorAuthentication)]
public class TwoFactorAuthenticationStartup : StartupBase
{
private static readonly string _twoFactorControllerName = typeof(TwoFactorAuthenticationController).ControllerName(); private UserOptions _userOptions;
private static readonly string _twoFactorControllerName = typeof(TwoFactorAuthenticationController).ControllerName();

private UserOptions _userOptions;

public override void ConfigureServices(IServiceCollection services)
{
Expand Down

0 comments on commit 0288610

Please sign in to comment.