You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The consecutive submits of the form fail as timestamp is deleted from the session after validation timestamp = session.delete(:invisible_captcha_timestamp)
No form is rendered - no timestamp is added - validation fail on next submit
The text was updated successfully, but these errors were encountered:
The consecutive submits of the form fail as timestamp is deleted from the session after validation
timestamp = session.delete(:invisible_captcha_timestamp)
No form is rendered - no timestamp is added - validation fail on next submit
The text was updated successfully, but these errors were encountered: