diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2011-07-31 16:42:59 -0600 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2011-07-31 16:42:59 -0600 |
commit | 05a1330202d6e5b09b1b259dd10f7c719322f04e (patch) | |
tree | f81610d90d06d5bd40fa3f080b1a0e528bb63f8e /samples/OpenIdRelyingPartyWebForms/DetectGoogleSession.aspx.cs | |
parent | 51ed7ba70b7ee45f68b9ba74737b4632f4bcda81 (diff) | |
download | DotNetOpenAuth-05a1330202d6e5b09b1b259dd10f7c719322f04e.zip DotNetOpenAuth-05a1330202d6e5b09b1b259dd10f7c719322f04e.tar.gz DotNetOpenAuth-05a1330202d6e5b09b1b259dd10f7c719322f04e.tar.bz2 |
Basic OpenID RP login sample working again.
Diffstat (limited to 'samples/OpenIdRelyingPartyWebForms/DetectGoogleSession.aspx.cs')
-rw-r--r-- | samples/OpenIdRelyingPartyWebForms/DetectGoogleSession.aspx.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/OpenIdRelyingPartyWebForms/DetectGoogleSession.aspx.cs b/samples/OpenIdRelyingPartyWebForms/DetectGoogleSession.aspx.cs index 98fe745..d6cf2ac 100644 --- a/samples/OpenIdRelyingPartyWebForms/DetectGoogleSession.aspx.cs +++ b/samples/OpenIdRelyingPartyWebForms/DetectGoogleSession.aspx.cs @@ -1,6 +1,7 @@ namespace OpenIdRelyingPartyWebForms { using System; using DotNetOpenAuth.ApplicationBlock.CustomExtensions; + using DotNetOpenAuth.OpenId; using DotNetOpenAuth.OpenId.Extensions.UI; using DotNetOpenAuth.OpenId.RelyingParty; |