2
0

Prevented domain name and password leakage

This prevents a user from logging in with any password into a tab that was left open and being able to view the last domain name and generated password.
This commit is contained in:
rolandog 2016-04-01 23:01:55 +00:00
parent f238bb723d
commit 657e4c8a9d

View File

@ -42,6 +42,8 @@ function update(active, working, error) {
$('#userName').focus();
}
else {
$('#siteName').value = "";
$('#sitePassword').textContent = "";
$('#identity').removeClass('active');
$('#site').addClass('active');
$('#siteName').focus();