Update authentication.cr

This commit is contained in:
Ryan G 2023-06-12 18:43:32 -07:00
parent 320a3bbf34
commit 96edb37f5b

View File

@ -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