summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-10-13 22:19:24 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2009-10-22 14:09:49 -0700
commit5c2fe86fbfae5bc97b2ffa8b3c94e1d6a2321d6e (patch)
treeec76e7f2d36899790b23c88be4fa1e1dfec5261e
parentcbb63f4d257b27936265a07aa2aaa29b8535e9a4 (diff)
downloadDotNetOpenAuth-5c2fe86fbfae5bc97b2ffa8b3c94e1d6a2321d6e.zip
DotNetOpenAuth-5c2fe86fbfae5bc97b2ffa8b3c94e1d6a2321d6e.tar.gz
DotNetOpenAuth-5c2fe86fbfae5bc97b2ffa8b3c94e1d6a2321d6e.tar.bz2
window.OpenIdIdentifier.toString now implemented to print out the identifier.
-rw-r--r--src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingPartyAjaxControlBase.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingPartyAjaxControlBase.js b/src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingPartyAjaxControlBase.js
index 018c26e..c6f9423 100644
--- a/src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingPartyAjaxControlBase.js
+++ b/src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingPartyAjaxControlBase.js
@@ -179,6 +179,10 @@ window.OpenIdIdentifier = function(identifier) {
}
});
};
+
+ this.toString = function() {
+ return identifier;
+ };
};
/// <summary>Invoked by RP web server when an authentication has completed.</summary>