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"
|
error.style.display = "none"
|
||||||
const username = (
|
const username = (
|
||||||
form.querySelector('[type="text"') as HTMLInputElement
|
form.querySelector('[type="text"]') as HTMLInputElement
|
||||||
).value
|
).value
|
||||||
const password = (
|
const password = (
|
||||||
form.querySelector('[type="password"') as HTMLInputElement
|
form.querySelector('[type="password"]') as HTMLInputElement
|
||||||
).value
|
).value
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue