[Fix] Fixed username focus

This commit is contained in:
Robert von Burg 2018-07-12 18:09:58 +02:00
parent 6af6fc8e1d
commit 4877e5f897
2 changed files with 2 additions and 2 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.5", "version": "0.6.6",
"authors": "Robert von Burg", "authors": "Robert von Burg",
"keywords": [ "keywords": [
"strolch", "strolch",

View File

@ -255,7 +255,7 @@
var that = this; var that = this;
setTimeout(function () { setTimeout(function () {
that.$.username.focus(); that.$.usernameInput.focus();
}, 100); }, 100);
}, },