summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingPartyAjaxControlBase.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingPartyAjaxControlBase.cs b/src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingPartyAjaxControlBase.cs
index 8c0a7a7..123b1ea 100644
--- a/src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingPartyAjaxControlBase.cs
+++ b/src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingPartyAjaxControlBase.cs
@@ -69,14 +69,14 @@ namespace DotNetOpenAuth.OpenId.RelyingParty {
#endregion
/// <summary>
- /// The authentication response that just came in.
+ /// Backing field for the <see cref="RelyingPartyNonVerifying"/> property.
/// </summary>
- private IAuthenticationResponse authenticationResponse;
+ private static OpenIdRelyingParty relyingPartyNonVerifying;
/// <summary>
- /// Backing field for the <see cref="RelyingPartyNonVerifying"/> property.
+ /// The authentication response that just came in.
/// </summary>
- private static OpenIdRelyingParty relyingPartyNonVerifying;
+ private IAuthenticationResponse authenticationResponse;
/// <summary>
/// Stores the result of a AJAX callback discovery.