diff --git a/src/guard/api/v1/mcaptcha/duration.rs.html b/src/guard/api/v1/mcaptcha/duration.rs.html index 58094011..27fbc303 100644 --- a/src/guard/api/v1/mcaptcha/duration.rs.html +++ b/src/guard/api/v1/mcaptcha/duration.rs.html @@ -216,7 +216,7 @@ } else { // when mCaptcha/mCaptcha #2 is fixed, this wont be necessary Err(ServiceError::CaptchaError( - m_captcha::errors::CaptchaError::DifficultyFactorZero, + m_captcha::errors::CaptchaError::CaptchaDurationZero, )) } }