Missing semi

This commit is contained in:
Pat Hartl 2023-08-11 15:19:31 -05:00
parent a146bd9810
commit 6ecf8a42f3

View file

@ -50,7 +50,7 @@ builder.Services.AddDbContext<LANCommander.Data.DatabaseContext>(b =>
builder.Services.AddDatabaseDeveloperPageExceptionFilter();
Logger.Debug("Initializing Identity")
Logger.Debug("Initializing Identity");
builder.Services.AddDefaultIdentity<User>((IdentityOptions options) =>
{
options.SignIn.RequireConfirmedAccount = false;