summaryrefslogtreecommitdiffstats
path: root/projecttemplates/MvcRelyingParty/Controllers/HomeController.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-12-29 07:03:28 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2009-12-29 07:03:28 -0800
commitbf44c99aecf25c34f73f7fd898ab5536e2afdcc9 (patch)
tree3ef15ec19666aafceb9e53b32263e16c0ac626b3 /projecttemplates/MvcRelyingParty/Controllers/HomeController.cs
parent29d9694640f782d5ad0abc6550067b252a4ac194 (diff)
downloadDotNetOpenAuth-bf44c99aecf25c34f73f7fd898ab5536e2afdcc9.zip
DotNetOpenAuth-bf44c99aecf25c34f73f7fd898ab5536e2afdcc9.tar.gz
DotNetOpenAuth-bf44c99aecf25c34f73f7fd898ab5536e2afdcc9.tar.bz2
Added privacy policy to sreg request.
Diffstat (limited to 'projecttemplates/MvcRelyingParty/Controllers/HomeController.cs')
-rw-r--r--projecttemplates/MvcRelyingParty/Controllers/HomeController.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/projecttemplates/MvcRelyingParty/Controllers/HomeController.cs b/projecttemplates/MvcRelyingParty/Controllers/HomeController.cs
index 261aa37..7182862 100644
--- a/projecttemplates/MvcRelyingParty/Controllers/HomeController.cs
+++ b/projecttemplates/MvcRelyingParty/Controllers/HomeController.cs
@@ -16,5 +16,9 @@
public ActionResult About() {
return View();
}
+
+ public ActionResult PrivacyPolicy() {
+ return View();
+ }
}
}