]> git.proxmox.com Git - mirror_novnc.git/commit - app/ui.js
Clear the password input field
authorSamuel Mannehed <samuel@cendio.se>
Sat, 20 May 2017 16:59:47 +0000 (18:59 +0200)
committerSamuel Mannehed <samuel@cendio.se>
Sat, 20 May 2017 17:05:46 +0000 (19:05 +0200)
commitc23665dd8254150f0581331e6a15acc8ff05606c
tree071275f1ba174d9a38c1f33e9dc764dce55c7c00
parent777df7c274222806b5d66412058cabf71f5d4ca7
Clear the password input field

If a user disconnects but leaves the browser tab open, the password
input field would still contain the password for future connections.
We now clear the input field after reading the password into memory.
app/ui.js