summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-07-25 06:09:11 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2009-07-27 07:38:47 -0700
commit50aa5c89cd1abe6b562f6fb062e086c93c4fe30d (patch)
treefca8ad3432137bae945f45babe3c922fcb4240c7
parent9abc368d580451cd9a85a62e525d4512708aa9fa (diff)
downloadDotNetOpenAuth-50aa5c89cd1abe6b562f6fb062e086c93c4fe30d.zip
DotNetOpenAuth-50aa5c89cd1abe6b562f6fb062e086c93c4fe30d.tar.gz
DotNetOpenAuth-50aa5c89cd1abe6b562f6fb062e086c93c4fe30d.tar.bz2
Added commented out lines to add debugging helps to the ajax login control.
-rw-r--r--samples/OpenIdRelyingPartyWebForms/ajaxlogin.aspx4
1 files changed, 4 insertions, 0 deletions
diff --git a/samples/OpenIdRelyingPartyWebForms/ajaxlogin.aspx b/samples/OpenIdRelyingPartyWebForms/ajaxlogin.aspx
index df29914..232cf3f 100644
--- a/samples/OpenIdRelyingPartyWebForms/ajaxlogin.aspx
+++ b/samples/OpenIdRelyingPartyWebForms/ajaxlogin.aspx
@@ -3,6 +3,10 @@
<%@ Register Assembly="DotNetOpenAuth" Namespace="DotNetOpenAuth.OpenId.RelyingParty" TagPrefix="openid" %>
<asp:Content runat="server" ContentPlaceHolderID="head">
+<script>
+// window.openid_visible_iframe = true; // causes the hidden iframe to show up
+// window.openid_trace = true; // causes lots of messages
+</script>
<style type="text/css">
.textbox
{