mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Explicitly Theme front-end controllers
--HG-- branch : dev
This commit is contained in:
@@ -17,8 +17,7 @@ using Orchard.Users.Models;
|
||||
using Orchard.Mvc.Results;
|
||||
|
||||
namespace Orchard.Users.Controllers {
|
||||
[HandleError]
|
||||
[Themed]
|
||||
[HandleError, Themed]
|
||||
public class AccountController : Controller {
|
||||
private readonly IAuthenticationService _authenticationService;
|
||||
private readonly IMembershipService _membershipService;
|
||||
|
Reference in New Issue
Block a user