Fix thing
Some checks are pending
Deploy to Pages / Build (push) Waiting to run
Deploy to Pages / Deploy (push) Blocked by required conditions

This commit is contained in:
Henry Hiles 2025-06-22 04:04:42 -04:00
commit 34f053d2a7
No known key found for this signature in database

View file

@ -47,10 +47,10 @@ import "../styles/login.css"
error.style.display = "none"
const username = (
form.querySelector('[type="text"') as HTMLInputElement
form.querySelector('[type="text"]') as HTMLInputElement
).value
const password = (
form.querySelector('[type="password"') as HTMLInputElement
form.querySelector('[type="password"]') as HTMLInputElement
).value
try {