diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-03-13 14:52:11 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-03-13 14:52:11 -0800 |
commit | 514eb596a424c5ff29675053731b8ec550382cda (patch) | |
tree | b2adfda6613d530e815a13ea443878a11bc09382 /samples/OpenIdRelyingPartyMvc/Controllers/UserController.cs | |
parent | 3f605b83c5ed684db344e85bc25c7670e0a33c2c (diff) | |
download | DotNetOpenAuth-514eb596a424c5ff29675053731b8ec550382cda.zip DotNetOpenAuth-514eb596a424c5ff29675053731b8ec550382cda.tar.gz DotNetOpenAuth-514eb596a424c5ff29675053731b8ec550382cda.tar.bz2 |
Removed poor quality popup box from MVC sample.
Diffstat (limited to 'samples/OpenIdRelyingPartyMvc/Controllers/UserController.cs')
-rw-r--r-- | samples/OpenIdRelyingPartyMvc/Controllers/UserController.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/samples/OpenIdRelyingPartyMvc/Controllers/UserController.cs b/samples/OpenIdRelyingPartyMvc/Controllers/UserController.cs index fd22389..54121cf 100644 --- a/samples/OpenIdRelyingPartyMvc/Controllers/UserController.cs +++ b/samples/OpenIdRelyingPartyMvc/Controllers/UserController.cs @@ -20,10 +20,6 @@ return View("Index"); } - public ActionResult LoginPopup() { - return View("LoginPopup"); - } - public ActionResult Logout() { FormsAuthentication.SignOut(); return Redirect("/Home"); |