summaryrefslogtreecommitdiffstats
path: root/projecttemplates/MvcRelyingParty/Views/Shared/LogOnUserControl.ascx
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2010-03-10 08:28:02 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2010-03-10 08:28:02 -0800
commitba693cc6de7d841d545aa4f62830f2d1fa40023e (patch)
tree580ea775d63b9c1602fe101ba1257dbf8555e00d /projecttemplates/MvcRelyingParty/Views/Shared/LogOnUserControl.ascx
parentbaf4ef7d267c5e24b9915309601ac802b689e9fd (diff)
downloadDotNetOpenAuth-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/Views/Shared/LogOnUserControl.ascx')
-rw-r--r--projecttemplates/MvcRelyingParty/Views/Shared/LogOnUserControl.ascx2
1 files changed, 1 insertions, 1 deletions
diff --git a/projecttemplates/MvcRelyingParty/Views/Shared/LogOnUserControl.ascx b/projecttemplates/MvcRelyingParty/Views/Shared/LogOnUserControl.ascx
index 1d59a10..214696a 100644
--- a/projecttemplates/MvcRelyingParty/Views/Shared/LogOnUserControl.ascx
+++ b/projecttemplates/MvcRelyingParty/Views/Shared/LogOnUserControl.ascx
@@ -16,7 +16,7 @@ Welcome <b>
}
%>
</b>! [
-<%= Html.ActionLink("Log Off", "LogOff", "Account") %>
+<%= Html.ActionLink("Log Off", "LogOff", "Auth") %>
]
<%
} else {