Fix lost password form

This commit is contained in:
Cooper Dalrymple
2026-06-09 13:09:33 -05:00
parent 8159c4a46c
commit 6ced723e4f
-2
View File
@@ -96,10 +96,8 @@ abstract class LoginLocation extends Location {
#[Override]
public function activate(): void
{
add_action('lostpassword_form', [$this, 'render']);
add_action('login_head', [$this, 'header']);
add_action('login_footer', [$this, 'footer']);
add_action('lostpassword_post', [$this, 'process_form']);
}
private function get_action():string {