Update src/Umbraco.Web.BackOffice/DependencyInjection/UmbracoBuilderExtensions.cs

This commit is contained in:
Warren Buckley
2021-03-05 17:15:53 +00:00
committed by GitHub
parent ea05685db6
commit 86fff278c6

View File

@@ -48,7 +48,7 @@ namespace Umbraco.Extensions
.AddHostedServices()
.AddDistributedCache()
.AddModelsBuilderDashboard()
.AddUnattedInstallCreateUser(); // Put last to test that everything else injected/setup & happy
.AddUnattedInstallCreateUser();
/// <summary>
/// Adds Umbraco back office authentication requirements