Fix issue with login url

Signed-off-by: Bjarke Berg <mail@bergmania.dk>
This commit is contained in:
Bjarke Berg
2020-09-04 09:26:24 +02:00
parent 6f6d9cb938
commit ed2fa27b18

View File

@@ -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>