diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-03-10 08:28:02 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-03-10 08:28:02 -0800 |
commit | ba693cc6de7d841d545aa4f62830f2d1fa40023e (patch) | |
tree | 580ea775d63b9c1602fe101ba1257dbf8555e00d /projecttemplates/MvcRelyingParty/Scripts/LoginLink.js | |
parent | baf4ef7d267c5e24b9915309601ac802b689e9fd (diff) | |
download | DotNetOpenAuth-ba693cc6de7d841d545aa4f62830f2d1fa40023e.zip DotNetOpenAuth-ba693cc6de7d841d545aa4f62830f2d1fa40023e.tar.gz DotNetOpenAuth-ba693cc6de7d841d545aa4f62830f2d1fa40023e.tar.bz2 |
Moved all auth actions into their own controller to help focus the Account controller's actions.
Diffstat (limited to 'projecttemplates/MvcRelyingParty/Scripts/LoginLink.js')
-rw-r--r-- | projecttemplates/MvcRelyingParty/Scripts/LoginLink.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projecttemplates/MvcRelyingParty/Scripts/LoginLink.js b/projecttemplates/MvcRelyingParty/Scripts/LoginLink.js index 68124b0..1f22a50 100644 --- a/projecttemplates/MvcRelyingParty/Scripts/LoginLink.js +++ b/projecttemplates/MvcRelyingParty/Scripts/LoginLink.js @@ -1,5 +1,5 @@ $(function() { - var loginContent = '/Account/LogOnPopup'; + var loginContent = '/Auth/LogOnPopup'; var popupWindowName = 'openidlogin'; var popupWidth = 355; var popupHeight = 205; // use 205 for 1 row of OP buttons, or 273 for 2 rows |