Author: fmantek
Date: Tue Apr 3 02:18:48 2007
New Revision: 126
Modified:
trunk/clients/cs/src/core/gauthrequest.cs
Log:
Removed duplicated equal signs out of the captcha resolution
Modified: trunk/clients/cs/src/core/gauthrequest.cs
==============================================================================
--- trunk/clients/cs/src/core/gauthrequest.cs (original)
+++ trunk/clients/cs/src/core/gauthrequest.cs Tue Apr 3 02:18:48 2007
@@ -73,9 +73,9 @@
/// <summary>default value for the account type</summary>
public const string AccountTypeDefault = "HOSTED_OR_GOOGLE";
/// <summary>captcha url token</summary>
- public const string CaptchaAnswer = "logincaptcha=";
+ public const string CaptchaAnswer = "logincaptcha";
/// <summary>default value for the account type</summary>
- public const string CaptchaToken = "logintoken=";
+ public const string CaptchaToken = "logintoken";
}
/////////////////////////////////////////////////////////////////////////////
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Data API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/google-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---