Minor Change

This commit is contained in:
Luna 2021-07-25 12:09:19 -07:00
parent e76732077d
commit be23c86a35

View file

@ -25,6 +25,7 @@ form.addEventListener("submit", async function (event) {
printText(mismatch.bold())
logout()
localStorage.removeItem('username')
form.reset()
}
})