diff options
-rw-r--r-- | samples/RelyingPartyMvc/Views/Home/Index.aspx | 1 | ||||
-rw-r--r-- | samples/RelyingPartyMvc/Views/User/LoginPopup.aspx | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/samples/RelyingPartyMvc/Views/Home/Index.aspx b/samples/RelyingPartyMvc/Views/Home/Index.aspx index 0cd7595..82eb924 100644 --- a/samples/RelyingPartyMvc/Views/Home/Index.aspx +++ b/samples/RelyingPartyMvc/Views/Home/Index.aspx @@ -11,5 +11,6 @@ <p>Visit the <%=Html.ActionLink("Members Only", "Index", "User") %> area to trigger a login. </p> + <p>Optionally, you can try out the <%=Html.ActionLink("JQuery login popup UX", "LoginPopup", "User")%>. </p> <% } %> </asp:Content> diff --git a/samples/RelyingPartyMvc/Views/User/LoginPopup.aspx b/samples/RelyingPartyMvc/Views/User/LoginPopup.aspx index 3813767..67006fa 100644 --- a/samples/RelyingPartyMvc/Views/User/LoginPopup.aspx +++ b/samples/RelyingPartyMvc/Views/User/LoginPopup.aspx @@ -185,7 +185,6 @@ <div class="provider" onclick="document.selectProvider(this, 'http://{username}.blogspot.com/')"><div><img src="http://blogspot.com/favicon.ico"/></div></div> <div class="provider" onclick="document.selectProvider(this, 'https://myvidoop.com/')"><div><img src="http://www.myvidoop.com/favicon.ico"/></div></div> <div class="provider" onclick="document.selectProvider(this, 'https://pip.verisignlabs.com/')"><div><img src="http://pip.verisignlabs.com/favicon.ico"/></div></div> - <div class="provider" onclick="document.selectProvider(this, 'https://openid.claimid.com/{username}')"><div><img src="http://claimid.com/favicon.ico"/></div></div> </div> <% Html.BeginForm("Authenticate", "User", FormMethod.Post, new { id = "loginForm" }); %> <div class="inputbox"> |