undo my custom test change to login controller

This commit is contained in:
Shannon
2013-12-05 16:20:02 +11:00
parent b1913c9a07
commit a64dbb172e

View File

@@ -3,7 +3,6 @@ using System.Web.Mvc;
using umbraco.cms.businesslogic.member;
using Umbraco.Web.Models;
using Umbraco.Web.Mvc;
using umbraco.cms.businesslogic.web;
namespace Umbraco.Web.Controllers
{
@@ -12,9 +11,6 @@ namespace Umbraco.Web.Controllers
[HttpPost]
public ActionResult HandleLogin([Bind(Prefix="loginModel")]LoginModel model)
{
var doc = new Document(1089);
var prop = doc.getProperty("cardinal");
// TODO: Use new Member API
if (ModelState.IsValid)
{