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

@@ -30,7 +30,7 @@ namespace Umbraco.Web.Install
// a.OfType<StarterKitInstallStep>().First(),
// a.OfType<StarterKitCleanupStep>().First(),
a.OfType<SetUmbracoVersionStep>().First(),
a.OfType<CompleteInstallStep>().First(),
};
}