mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-19 18:22:11 +08:00
ru
This commit is contained in:
@@ -3,10 +3,8 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Web.Mvc;
|
||||
using Infrastructure;
|
||||
using OpenAuth.App;
|
||||
using OpenAuth.App.SSO;
|
||||
using OpenAuth.App.ViewModel;
|
||||
using OpenAuth.Mvc.Models;
|
||||
|
||||
namespace OpenAuth.Mvc.Controllers
|
||||
{
|
||||
@@ -19,6 +17,11 @@ namespace OpenAuth.Mvc.Controllers
|
||||
return View();
|
||||
}
|
||||
|
||||
public ActionResult Main()
|
||||
{
|
||||
return View();
|
||||
}
|
||||
|
||||
public string GetNavBar()
|
||||
{
|
||||
var user = AuthUtil.GetCurrentUser();
|
||||
|
Reference in New Issue
Block a user