diff options
Diffstat (limited to 'projecttemplates/MvcRelyingParty/Views/Shared/LogOnUserControl.ascx')
-rw-r--r-- | projecttemplates/MvcRelyingParty/Views/Shared/LogOnUserControl.ascx | 2 |
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 { |