| @@ -1676,8 +1676,10 @@ | ||
| 1676 | 1676 | <a href="<?php echo wp_lostpassword_url(); ?>" target="_blank"><?php _e( 'Reset Password', 'give' ); ?></a> |
| 1677 | 1677 | </span> |
| 1678 | 1678 | </div> |
| 1679 | 1679 | </div> |
| 1680 | + <input type="hidden" name="give_login_nonce" | |
| 1681 | + value="<?php echo wp_create_nonce( 'give-login-nonce' ); ?>"/> | |
| 1680 | 1682 | <?php |
| 1681 | 1683 | /** |
| 1682 | 1684 | * Fires while rendering checkout login form, after the fields. |
| 1683 | 1685 | * |