implements logic to log the user in on install

This commit is contained in:
Shannon
2020-06-02 13:47:58 +10:00
parent b75fba71f5
commit ea58dce644
7 changed files with 49 additions and 77 deletions

View File

@@ -87,7 +87,7 @@ namespace Umbraco.Web.Common.Install
ViewData.SetUmbracoVersion(_umbracoVersion.SemanticVersion);
await _installHelper.InstallStatus(false, "");
await _installHelper.SetInstallStatusAsync(false, "");
return View();
}