diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2011-04-06 07:04:29 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2011-04-06 07:04:29 -0700 |
commit | f0789dcc0fed89c23b36e2c239afd9a11e6ff4f2 (patch) | |
tree | 92e527635c4150bea120d978c45d8a66cda0e2c5 /samples/OpenIdRelyingPartyWebForms/DetectGoogleSession.aspx.designer.cs | |
parent | 301df7a0920a2a42404672c4d74fcff77d5c3a38 (diff) | |
download | DotNetOpenAuth-f0789dcc0fed89c23b36e2c239afd9a11e6ff4f2.zip DotNetOpenAuth-f0789dcc0fed89c23b36e2c239afd9a11e6ff4f2.tar.gz DotNetOpenAuth-f0789dcc0fed89c23b36e2c239afd9a11e6ff4f2.tar.bz2 |
DetectGoogleSession sample now correctly identifies the successful Authenticated result.
Diffstat (limited to 'samples/OpenIdRelyingPartyWebForms/DetectGoogleSession.aspx.designer.cs')
-rw-r--r-- | samples/OpenIdRelyingPartyWebForms/DetectGoogleSession.aspx.designer.cs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/samples/OpenIdRelyingPartyWebForms/DetectGoogleSession.aspx.designer.cs b/samples/OpenIdRelyingPartyWebForms/DetectGoogleSession.aspx.designer.cs index e9f6a46..576c646 100644 --- a/samples/OpenIdRelyingPartyWebForms/DetectGoogleSession.aspx.designer.cs +++ b/samples/OpenIdRelyingPartyWebForms/DetectGoogleSession.aspx.designer.cs @@ -22,6 +22,15 @@ namespace OpenIdRelyingPartyWebForms { protected global::System.Web.UI.WebControls.Label YouAreLoggedInLabel; /// <summary> + /// YouTrustUsLabel control. + /// </summary> + /// <remarks> + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// </remarks> + protected global::System.Web.UI.WebControls.Label YouTrustUsLabel; + + /// <summary> /// YouAreNotLoggedInLabel control. /// </summary> /// <remarks> |