Update authentication.cr

This commit is contained in:
Ryan G 2023-06-13 01:36:52 -07:00
parent 0dc8991f8e
commit de238ebc48

View File

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