Fix session invalid warning, only for development env
This commit is contained in:
parent
3670f0dd22
commit
40c9c61a82
|
@ -84,6 +84,8 @@ module RuCaptcha
|
||||||
end
|
end
|
||||||
|
|
||||||
def warning_when_session_invalid
|
def warning_when_session_invalid
|
||||||
|
return unless Rails.env.development?
|
||||||
|
|
||||||
Rails.logger.warn "
|
Rails.logger.warn "
|
||||||
WARNING! The session.id is blank, RuCaptcha can't work properly, please keep session available.
|
WARNING! The session.id is blank, RuCaptcha can't work properly, please keep session available.
|
||||||
More details about this: https://github.com/huacnlee/rucaptcha/pull/66
|
More details about this: https://github.com/huacnlee/rucaptcha/pull/66
|
||||||
|
|
Loading…
Reference in New Issue