Skip to content

Commit

Permalink
Oops, typo!
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmfernandes committed Apr 27, 2021
1 parent 1e2b10b commit 35b7b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/recaptcha/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def initialize #:nodoc:
@site_key = ENV['RECAPTCHA_SITE_KEY']

@enterprise = ENV['RECAPTCHA_ENTERPRISE'] == 'true'
@api_key = ENV['RECAPTCHA_ENTERPISE_API_KEY']
@api_key = ENV['RECAPTCHA_ENTERPRISE_API_KEY']
@project_id = ENV['RECAPTCHA_ENTERPRISE_PROJECT_ID']

@verify_url = nil
Expand Down

0 comments on commit 35b7b5c

Please sign in to comment.