Use JS + AJAX to resend the confirmation email

This commit is contained in:
Kelly Dwan 2019-11-12 16:17:29 -05:00
parent 7dbc725581
commit d5c740ae84
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D
5 changed files with 88 additions and 11 deletions

View file

@ -32,6 +32,7 @@ function load() {
require_once get_includes_path() . 'pledge-meta.php';
require_once get_includes_path() . 'pledge-form.php';
require_once get_includes_path() . 'xprofile.php';
require_once get_includes_path() . 'endpoints.php';
require_once get_includes_path() . 'miscellaneous.php';
// The logger expects things like `$_POST` which aren't set during unit tests.