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
0aace0d888
commit
b168e5f78d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user