mirror of
https://github.com/iv-org/invidious.git
synced 2025-04-20 15:45:46 -04:00
Update authentication.cr
This commit is contained in:
parent
40ca8898d4
commit
0aace0d888
@ -38,10 +38,11 @@ module Invidious::Routes::API::V1::Authentication
|
||||
# send captcha if enabled
|
||||
if CONFIG.captcha_enabled
|
||||
captcha_response = nil
|
||||
begin
|
||||
captcha_response = CaptchaResponse.from_json(body_json)
|
||||
rescue
|
||||
end
|
||||
captcha_response = CaptchaResponse.from_json(body_json)
|
||||
# begin
|
||||
# rescue ex
|
||||
|
||||
# end
|
||||
if captcha_response
|
||||
answer = captcha_response.answer
|
||||
tokens = captcha_response.tokens
|
||||
|
Loading…
x
Reference in New Issue
Block a user