diff options
Diffstat (limited to 'projecttemplates/MvcRelyingParty/Controllers/HomeController.cs')
-rw-r--r-- | projecttemplates/MvcRelyingParty/Controllers/HomeController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projecttemplates/MvcRelyingParty/Controllers/HomeController.cs b/projecttemplates/MvcRelyingParty/Controllers/HomeController.cs index 7182862..0bf7ab3 100644 --- a/projecttemplates/MvcRelyingParty/Controllers/HomeController.cs +++ b/projecttemplates/MvcRelyingParty/Controllers/HomeController.cs @@ -8,7 +8,7 @@ [HandleError] public class HomeController : Controller { public ActionResult Index() { - ViewData["Message"] = "Welcome to ASP.NET MVC!"; + ViewData["Message"] = "Welcome to ASP.NET MVC with OpenID RP + OAuth SP support!"; return View(); } |