ensures auth controller has IsBackOffice specified

This commit is contained in:
Shannon
2014-01-15 13:49:37 +11:00
parent fd682efdb1
commit 6d57afc71a

View File

@@ -30,6 +30,7 @@ namespace Umbraco.Web.Editors
[PluginController("UmbracoApi")]
[ValidationFilter]
[AngularJsonOnlyConfiguration]
[IsBackOffice]
public class AuthenticationController : UmbracoApiController
{