OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/modules/recaptcha/lib/open_project/recaptcha.rb

9 lines
168 B

module OpenProject
module Recaptcha
TYPE_DISABLED ||= 'disabled'
TYPE_V2 ||= 'v2'
TYPE_V3 ||= 'v3'
require "open_project/recaptcha/engine"
end
end