aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/login_form.php
diff options
context:
space:
mode:
authorwinter2025-03-16 02:04:04 +0000
committerwinter2025-03-16 02:04:04 +0000
commitdd4d47bde45d20954129ba256696bf12c3826cdd (patch)
tree83029bead8fbd1fe7206961b8d0145b1400f6f38 /templates/login_form.php
parent23ddb01a20788da2c98c4d5bb9bd271ceff532c8 (diff)
fix hx-target everywhere :<
Diffstat (limited to 'templates/login_form.php')
-rw-r--r--templates/login_form.php2
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>