mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
Blur username/password on submit.
This commit is contained in:
@@ -218,6 +218,10 @@
|
||||
if (xhr.status != 200)
|
||||
throw new Error("Invalid login");
|
||||
|
||||
// Ensure username/password fiels are blurred after submit
|
||||
username.blur();
|
||||
password.blur();
|
||||
|
||||
resetUI();
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user