summaryrefslogtreecommitdiffstats
path: root/projecttemplates/MvcRelyingParty/Controllers/AccountController.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2013-01-27 17:47:15 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2013-01-27 17:47:15 -0800
commit23f06825f7280261f599beedd977c83afe9a47c8 (patch)
tree614da0fd536c712ee77fd84166ca22429fd23d00 /projecttemplates/MvcRelyingParty/Controllers/AccountController.cs
parent58ce2d23b8594eb85617668b28492d6d14503aa8 (diff)
downloadDotNetOpenAuth-23f06825f7280261f599beedd977c83afe9a47c8.zip
DotNetOpenAuth-23f06825f7280261f599beedd977c83afe9a47c8.tar.gz
DotNetOpenAuth-23f06825f7280261f599beedd977c83afe9a47c8.tar.bz2
Removed references to obsolete AsyncController.
Diffstat (limited to 'projecttemplates/MvcRelyingParty/Controllers/AccountController.cs')
-rw-r--r--projecttemplates/MvcRelyingParty/Controllers/AccountController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/projecttemplates/MvcRelyingParty/Controllers/AccountController.cs b/projecttemplates/MvcRelyingParty/Controllers/AccountController.cs
index 650b861..e95c22a 100644
--- a/projecttemplates/MvcRelyingParty/Controllers/AccountController.cs
+++ b/projecttemplates/MvcRelyingParty/Controllers/AccountController.cs
@@ -20,7 +20,7 @@
using RelyingPartyLogic;
[HandleError]
- public class AccountController : AsyncController {
+ public class AccountController : Controller {
[Authorize]
public ActionResult Edit() {
return View(GetAccountInfoModel());