reintroduced use:enhance for login form

This commit is contained in:
Patrick 2025-07-27 17:49:43 +02:00
parent bafbbfbccb
commit 8eb4724458
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<div> <div>
<h1>Login</h1> <h1>Login</h1>
<form id="login" method="POST" action="?/login"> <form id="login" method="POST" action="?/login" use:enhance={({formElement}) => { formElement.reset() }}>
<table> <table>
<tbody> <tbody>
<tr> <tr>