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
Currently we add a nonce to the email field which is then checked before sending the email. This isn't really necessary and can cause issues when used with caching - an expired nonce is used in the page cache so email is not sent.
The text was updated successfully, but these errors were encountered:
Currently we add a nonce to the email field which is then checked before sending the email. This isn't really necessary and can cause issues when used with caching - an expired nonce is used in the page cache so email is not sent.
The text was updated successfully, but these errors were encountered: