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
320a3bbf34
commit
96edb37f5b
@ -12,7 +12,7 @@ module Invidious::Routes::API::V1::Authentication
|
||||
end
|
||||
|
||||
begin
|
||||
captcha_response = CaptchaRespone.from_json(env.request.body || "{}")
|
||||
captcha_response = CaptchaResponse.from_json(env.request.body || "{}")
|
||||
rescue JSON::SerializableError
|
||||
captcha_response = nil
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user