fixed merge issues
This commit is contained in:
@@ -8,7 +8,7 @@ using Umbraco.Web.Install.Models;
|
||||
namespace Umbraco.Web.Install.InstallSteps
|
||||
{
|
||||
|
||||
[InstallSetupStep("User", "user", 4)]
|
||||
[InstallSetupStep("User", "user", 4, "Saving your user credentials")]
|
||||
internal class UserStep : InstallSetupStep<UserModel>
|
||||
{
|
||||
private readonly ApplicationContext _applicationContext;
|
||||
|
||||
Reference in New Issue
Block a user