Update authentication.cr

This commit is contained in:
Ryan G 2023-06-12 23:48:06 -07:00
parent 6014ee9cc1
commit 3a7734cb2f

View File

@ -64,7 +64,7 @@ module Invidious::Routes::API::V1::Authentication
end
else
# send captcha
captcha = Invidious::User::Captcha.generate_text(HMAC_KEY, ":captcha")
captcha = Invidious::User::Captcha.generate_text(HMAC_KEY, ":register")
# puts captcha
response = JSON.build do |json|
json.object do