summaryrefslogtreecommitdiffstats
path: root/samples/OAuthAuthorizationServer/Controllers/HomeController.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2010-08-01 06:51:33 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2010-08-01 08:58:42 -0700
commite7743dd039bab3788e682833368ca5a376b22354 (patch)
treea4eb3af6cc4c263823d3612ee39c6fa4a550aac5 /samples/OAuthAuthorizationServer/Controllers/HomeController.cs
parentc94c7f8197eda673947a9d1e0c0b3f3c4efca94f (diff)
downloadDotNetOpenAuth-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.cs2
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();
}