diff options
Diffstat (limited to 'projecttemplates/MvcRelyingParty/Views/Shared/LogOnUserControl.ascx')
-rw-r--r-- | projecttemplates/MvcRelyingParty/Views/Shared/LogOnUserControl.ascx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/projecttemplates/MvcRelyingParty/Views/Shared/LogOnUserControl.ascx b/projecttemplates/MvcRelyingParty/Views/Shared/LogOnUserControl.ascx index 9c8d139..214696a 100644 --- a/projecttemplates/MvcRelyingParty/Views/Shared/LogOnUserControl.ascx +++ b/projecttemplates/MvcRelyingParty/Views/Shared/LogOnUserControl.ascx @@ -16,13 +16,13 @@ Welcome <b> } %> </b>! [ -<%= Html.ActionLink("Log Off", "LogOff", "Account") %> +<%= Html.ActionLink("Log Off", "LogOff", "Auth") %> ] <% } else { %> [ -<%= Html.ActionLink("Log On", "LogOn", "Account") %> +<a href="#" class="loginPopupLink">Login / Register</a> ] <% } |