diff options
author | Microsoft <aspnet.microsoft.com> | 2012-03-02 16:15:39 -0800 |
---|---|---|
committer | dotnetjunky <me@yahoo.com> | 2012-03-02 16:15:39 -0800 |
commit | 062b432486426d4aeaff415702577607d7ec8fce (patch) | |
tree | d420582d48eb767f3bf40ab693d84eb7e9ca996b /src/DotNetOpenAuth.AspNet/OpenAuthAuthenticationTicketHelper.cs | |
parent | a292822196d0911a68fc56597ed52a8c84a41cbe (diff) | |
download | DotNetOpenAuth-062b432486426d4aeaff415702577607d7ec8fce.zip DotNetOpenAuth-062b432486426d4aeaff415702577607d7ec8fce.tar.gz DotNetOpenAuth-062b432486426d4aeaff415702577607d7ec8fce.tar.bz2 |
Fix unit tests failing in DotNetOpenAuth.AspNet.Text projects.
Diffstat (limited to 'src/DotNetOpenAuth.AspNet/OpenAuthAuthenticationTicketHelper.cs')
-rw-r--r-- | src/DotNetOpenAuth.AspNet/OpenAuthAuthenticationTicketHelper.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.AspNet/OpenAuthAuthenticationTicketHelper.cs b/src/DotNetOpenAuth.AspNet/OpenAuthAuthenticationTicketHelper.cs index abf9a9d..220d1d0 100644 --- a/src/DotNetOpenAuth.AspNet/OpenAuthAuthenticationTicketHelper.cs +++ b/src/DotNetOpenAuth.AspNet/OpenAuthAuthenticationTicketHelper.cs @@ -19,7 +19,7 @@ namespace DotNetOpenAuth.AspNet { /// <summary> /// The open auth cookie token. /// </summary> - private const string OpenAuthCookieToken = "OpenAuth"; + private const string OpenAuthCookieToken = "OAuth"; #endregion |