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