mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Please CodeClimate
This commit is contained in:
parent
1b493c9fee
commit
04050fbd46
2
Gemfile
2
Gemfile
@ -157,4 +157,4 @@ gem 'connection_pool', require: false
|
|||||||
|
|
||||||
gem 'xorcist', '~> 1.1'
|
gem 'xorcist', '~> 1.1'
|
||||||
|
|
||||||
gem "hcaptcha", "~> 7.1"
|
gem 'hcaptcha', '~> 7.1'
|
||||||
|
@ -35,14 +35,14 @@ module CaptchaConcern
|
|||||||
|
|
||||||
if verify_hcaptcha
|
if verify_hcaptcha
|
||||||
session[:captcha_passed_at] = Time.now.utc
|
session[:captcha_passed_at] = Time.now.utc
|
||||||
return true
|
true
|
||||||
else
|
else
|
||||||
if block_given?
|
if block_given?
|
||||||
message = flash[:hcaptcha_error]
|
message = flash[:hcaptcha_error]
|
||||||
flash.delete(:hcaptcha_error)
|
flash.delete(:hcaptcha_error)
|
||||||
yield message
|
yield message
|
||||||
end
|
end
|
||||||
return false
|
false
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user