[Fix] Fixed username focus

This commit is contained in:
Robert von Burg 2018-07-12 17:27:57 +02:00
parent 390f6a8fa9
commit 6af6fc8e1d
2 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"name": "strolch-wc-auth",
"description": "Strolch WebComponent Auth",
"version": "0.6.4",
"version": "0.6.5",
"authors": "Robert von Burg",
"keywords": [
"strolch",

View File

@ -252,6 +252,11 @@
this.$.ajaxAuthCheck.generateRequest();
console.log("Validating session...");
}
var that = this;
setTimeout(function () {
that.$.username.focus();
}, 100);
},
sessionValidated: function () {