general: mostly logs

This commit is contained in:
Michael Freno
2026-01-12 10:34:54 -05:00
parent f68f1f462a
commit e035f3ddc3
2 changed files with 125 additions and 8 deletions

View File

@@ -547,12 +547,7 @@ export default function LoginPage() {
</Show>
<div class="mx-auto flex pt-4">
<input
type="checkbox"
class="my-auto"
ref={rememberMeRef}
checked
/>
<input type="checkbox" class="my-auto" ref={rememberMeRef} />
<div class="my-auto px-2 text-sm font-normal">Remember Me</div>
</div>