committed by
Sebastiaan Janssen
parent
7087c3d9f6
commit
3856bf8288
@@ -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