mirror of https://github.com/mastodon/mastodon
Add missing end keyword
This commit is contained in:
parent
aabac9badf
commit
8cadb6d983
|
@ -34,11 +34,13 @@ class Auth::ConfirmationsController < Devise::ConfirmationsController
|
|||
flash.now[:alert] = message
|
||||
render :captcha
|
||||
return
|
||||
end
|
||||
else
|
||||
check_mcaptcha! do |message|
|
||||
check_hcaptcha! do |message|
|
||||
flash.now[:alert] = message
|
||||
render :captcha
|
||||
return
|
||||
end
|
||||
end
|
||||
|
||||
show
|
||||
|
|
Loading…
Reference in New Issue