mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2026-02-18 14:16:26 +08:00
Routine Update
This commit is contained in:
@@ -21,6 +21,9 @@ namespace OpenAuth.Mvc.Controllers
|
||||
{
|
||||
public class BaseController : Controller
|
||||
{
|
||||
protected BjuiResponse BjuiResponse = new BjuiResponse();
|
||||
|
||||
|
||||
protected override void OnActionExecuting(ActionExecutingContext filterContext)
|
||||
{
|
||||
base.OnActionExecuting(filterContext);
|
||||
|
||||
Reference in New Issue
Block a user