Files
hemx/examples/v0/templates/auth.heml
T
2026-05-10 22:26:54 +02:00

9 lines
347 B
Plaintext

<section data-slhx-root="auth">
<form data-slhx-handle="login" data-slhx-form="credentials">
<input name="email" type="email" autocomplete="username">
<input name="password" type="password" autocomplete="current-password">
<button type="submit">Sign in</button>
</form>
<p data-slhx-slot="login_status">Signed out</p>
</section>