Fix issue with login url
Signed-off-by: Bjarke Berg <mail@bergmania.dk>
This commit is contained in:
@@ -56,7 +56,7 @@ namespace Umbraco.Extensions
|
||||
{
|
||||
return linkGenerator.GetPathByAction(nameof(InstallApiController.GetSetup),
|
||||
ControllerExtensions.GetControllerName<InstallApiController>(),
|
||||
new { area = Constants.Web.Mvc.InstallArea });
|
||||
new { area = Constants.Web.Mvc.InstallArea }).TrimEnd(nameof(InstallApiController.GetSetup));
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user