fixed password field after idle period

This commit is contained in:
antelle 2020-05-10 19:44:29 +02:00
parent f422dbd3db
commit 16d303d966
No known key found for this signature in database
GPG Key ID: 094A2F2D6136A4EE
1 changed files with 1 additions and 0 deletions

View File

@ -979,6 +979,7 @@ class OpenView extends View {
userIdle() {
this.inputEl.val('');
this.passwordInput.reset();
this.passwordInput.setElement(this.inputEl);
}
usbDevicesChanged() {