summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-11-07 14:14:29 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2009-11-07 14:14:29 -0800
commit2e04d509d59318a65b98263620dd51d296ce2ad5 (patch)
treee99caef78078704f76377cd5127a412112056d7c
parent64280791d7b5c1d452e9efd5b6f19e4a47ab8e13 (diff)
downloadDotNetOpenAuth-2e04d509d59318a65b98263620dd51d296ce2ad5.zip
DotNetOpenAuth-2e04d509d59318a65b98263620dd51d296ce2ad5.tar.gz
DotNetOpenAuth-2e04d509d59318a65b98263620dd51d296ce2ad5.tar.bz2
Added login customization to sample Yahoo button.
-rw-r--r--samples/OpenIdRelyingPartyWebForms/login.aspx2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/OpenIdRelyingPartyWebForms/login.aspx b/samples/OpenIdRelyingPartyWebForms/login.aspx
index bca0676..d0cdb1a 100644
--- a/samples/OpenIdRelyingPartyWebForms/login.aspx
+++ b/samples/OpenIdRelyingPartyWebForms/login.aspx
@@ -23,6 +23,6 @@
</fieldset>
<p>
<rp:OpenIdButton runat="server" ImageUrl="~/images/yahoo.png" Text="Login with Yahoo!" ID="yahooLoginButton"
- Identifier="https://me.yahoo.com/" />
+ Identifier="https://me.yahoo.com/" OnLoggingIn="OpenIdLogin1_LoggingIn" OnLoggedIn="OpenIdLogin1_LoggedIn" />
</p>
</asp:Content>