Minor Change
This commit is contained in:
parent
e76732077d
commit
be23c86a35
1 changed files with 1 additions and 0 deletions
1
chat.js
1
chat.js
|
@ -25,6 +25,7 @@ form.addEventListener("submit", async function (event) {
|
||||||
printText(mismatch.bold())
|
printText(mismatch.bold())
|
||||||
logout()
|
logout()
|
||||||
localStorage.removeItem('username')
|
localStorage.removeItem('username')
|
||||||
|
form.reset()
|
||||||
}
|
}
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue