@@ -14,7 +14,7 @@ namespace CallCenterApi.Interface.Controllers.Login
public HttpResponseBase CreateCheckCodeImage(string timestamp)
{
- string checkCode = VerficationCodeSrc(4);
+ string checkCode = VerficationCodeSrc(6);
if (checkCode == null || checkCode.Trim() == String.Empty)
return null ;