forked from federated-nexus/website
Fix thing
This commit is contained in:
parent
f00b7154fd
commit
34f053d2a7
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue