Minor Change

main
Luna 2021-07-25 12:09:19 -07:00
parent e76732077d
commit be23c86a35
1 changed files with 1 additions and 0 deletions

View File

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