Update authentication.cr

This commit is contained in:
Ryan G 2023-06-13 00:40:29 -07:00
parent 0aace0d888
commit b168e5f78d

View File

@ -37,7 +37,7 @@ module Invidious::Routes::API::V1::Authentication
password = password.byte_slice(0, 55)
# send captcha if enabled
if CONFIG.captcha_enabled
captcha_response = nil
# captcha_response = nil
captcha_response = CaptchaResponse.from_json(body_json)
# begin
# rescue ex