diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-04-03 08:00:01 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-04-03 08:00:01 -0700 |
commit | 6a4a04faa4a84524cf876a8ad5d9713ee3272222 (patch) | |
tree | 8ca6928da50e7baf1dadac2ffc14cafd635f3000 | |
parent | b57b266d009bbb019535202c76b0ab6d730c20b3 (diff) | |
download | DotNetOpenAuth-6a4a04faa4a84524cf876a8ad5d9713ee3272222.zip DotNetOpenAuth-6a4a04faa4a84524cf876a8ad5d9713ee3272222.tar.gz DotNetOpenAuth-6a4a04faa4a84524cf876a8ad5d9713ee3272222.tar.bz2 |
InfoCard RP sample now has a more descriptive heading.
-rw-r--r-- | samples/InfoCardRelyingParty/Default.aspx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/InfoCardRelyingParty/Default.aspx b/samples/InfoCardRelyingParty/Default.aspx index 80efa8f..2962605 100644 --- a/samples/InfoCardRelyingParty/Default.aspx +++ b/samples/InfoCardRelyingParty/Default.aspx @@ -5,7 +5,7 @@ </script> <asp:Content ID="Content2" ContentPlaceHolderID="Main" runat="Server"> - <h2>Relying Party </h2> + <h2>InfoCard Relying Party </h2> <p>Visit the <asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="~/MembersOnly/Default.aspx" Text="Members Only" /> area. (This will trigger a login demo). </p> </asp:Content> |