mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 18:47:55 +08:00
check some bugs
This commit is contained in:
@@ -16,6 +16,9 @@ namespace OpenAuth.WebTest.Controllers
|
||||
return View();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 跳转到后台管理页面
|
||||
/// </summary>
|
||||
public ActionResult Admin()
|
||||
{
|
||||
return Redirect(ConfigurationManager.AppSettings["OpenAuthURL"] + "?token=" + Request.Cookies["Token"].Value);
|
||||
|
Reference in New Issue
Block a user