diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-08-01 06:51:33 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-08-01 08:58:42 -0700 |
commit | e7743dd039bab3788e682833368ca5a376b22354 (patch) | |
tree | a4eb3af6cc4c263823d3612ee39c6fa4a550aac5 /samples/OAuthAuthorizationServer/Controllers/HomeController.cs | |
parent | c94c7f8197eda673947a9d1e0c0b3f3c4efca94f (diff) | |
download | DotNetOpenAuth-e7743dd039bab3788e682833368ca5a376b22354.zip DotNetOpenAuth-e7743dd039bab3788e682833368ca5a376b22354.tar.gz DotNetOpenAuth-e7743dd039bab3788e682833368ca5a376b22354.tar.bz2 |
The OAuthClient, OAuthResourceServer and OAuthAuthorizationServer samples now work!
Diffstat (limited to 'samples/OAuthAuthorizationServer/Controllers/HomeController.cs')
-rw-r--r-- | samples/OAuthAuthorizationServer/Controllers/HomeController.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/samples/OAuthAuthorizationServer/Controllers/HomeController.cs b/samples/OAuthAuthorizationServer/Controllers/HomeController.cs index 1f13092..5a6a8d3 100644 --- a/samples/OAuthAuthorizationServer/Controllers/HomeController.cs +++ b/samples/OAuthAuthorizationServer/Controllers/HomeController.cs @@ -14,8 +14,6 @@ namespace OAuthAuthorizationServer.Controllers { [HandleError] public class HomeController : Controller { public ActionResult Index() { - ViewData["Message"] = "Welcome to ASP.NET MVC!"; - return View(); } |