#fix 12254 return emptyresult
This commit is contained in:
committed by
Michael Latouche
parent
a676322fee
commit
7993d19c1b
@@ -131,7 +131,7 @@ namespace Umbraco.Cms.Web.BackOffice.Controllers
|
||||
var user = _backofficeSecurityAccessor.BackOfficeSecurity?.CurrentUser;
|
||||
_cookieManager.SetCookieValue(Constants.Web.PreviewCookieName, "preview");
|
||||
|
||||
return null;
|
||||
return new EmptyResult();
|
||||
}
|
||||
|
||||
public ActionResult End(string? redir = null)
|
||||
|
||||
Reference in New Issue
Block a user