summaryrefslogtreecommitdiffstats
path: root/samples/OAuthAuthorizationServer/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 /samples/OAuthAuthorizationServer/Controllers/AccountController.cs
parent58ce2d23b8594eb85617668b28492d6d14503aa8 (diff)
downloadDotNetOpenAuth-23f06825f7280261f599beedd977c83afe9a47c8.zip
DotNetOpenAuth-23f06825f7280261f599beedd977c83afe9a47c8.tar.gz
DotNetOpenAuth-23f06825f7280261f599beedd977c83afe9a47c8.tar.bz2
Removed references to obsolete AsyncController.
Diffstat (limited to 'samples/OAuthAuthorizationServer/Controllers/AccountController.cs')
-rw-r--r--samples/OAuthAuthorizationServer/Controllers/AccountController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/OAuthAuthorizationServer/Controllers/AccountController.cs b/samples/OAuthAuthorizationServer/Controllers/AccountController.cs
index fe9c7fb..336f9bd 100644
--- a/samples/OAuthAuthorizationServer/Controllers/AccountController.cs
+++ b/samples/OAuthAuthorizationServer/Controllers/AccountController.cs
@@ -11,7 +11,7 @@
using OAuthAuthorizationServer.Models;
[HandleError]
- public class AccountController : AsyncController {
+ public class AccountController : Controller {
// **************************************
// URL: /Account/LogOn
// **************************************