[Fix] Select password field after bad login

This commit is contained in:
Robert von Burg 2018-11-08 14:45:00 +01:00
parent 3dc15658a1
commit b776398208
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "strolch-wc-auth", "name": "strolch-wc-auth",
"description": "Strolch WebComponent Auth", "description": "Strolch WebComponent Auth",
"version": "0.6.7", "version": "0.6.8",
"authors": ["Robert von Burg"], "authors": ["Robert von Burg"],
"keywords": [ "keywords": [
"strolch", "strolch",
@ -17,8 +17,8 @@
"homepage": "https://github.com/4treesCH/strolch-wc-auth", "homepage": "https://github.com/4treesCH/strolch-wc-auth",
"ignore": [], "ignore": [],
"dependencies": { "dependencies": {
"strolchjs": "4treesCH/strolchjs#^0.2.3", "strolchjs": "4treesCH/strolchjs#^0.2.4",
"strolch-wc-localize-behavior": "4treesCH/strolch-wc-localize-behavior#^1.1.3", "strolch-wc-localize-behavior": "4treesCH/strolch-wc-localize-behavior#^1.1.4",
"polymer": "Polymer/polymer#^1.11.3", "polymer": "Polymer/polymer#^1.11.3",

View File

@ -233,7 +233,7 @@
}, },
onCloseDlg: function (evt) { onCloseDlg: function (evt) {
this.$.usernameInput.inputElement.select(); this.$.passwordInput.inputElement.select();
}, },
reload: function () { reload: function () {