diff options
Diffstat (limited to 'templates/login_form.php')
| -rw-r--r-- | templates/login_form.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/login_form.php b/templates/login_form.php index 74bb823..4185c0d 100644 --- a/templates/login_form.php +++ b/templates/login_form.php @@ -1,4 +1,4 @@ -<form method="post" hx-post="" hx-swap="outerHTML" hx-disabled-elt="find button"> +<form method="post" hx-post="" hx-swap="outerHTML" hx-target="this" hx-disabled-elt="find button"> <div class="row"> <label for="emailInput"><?= __('login.email') ?></label> <input type="email" id="emailInput" name="email" value="<?= $email ?>" required> |
