diff --git a/bower.json b/bower.json index 540e269..2ba94b0 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "strolch-wc-auth", "description": "Strolch WebComponent Auth", - "version": "0.6.5", + "version": "0.6.6", "authors": "Robert von Burg", "keywords": [ "strolch", diff --git a/strolch-wc-auth.html b/strolch-wc-auth.html index 7f29a8a..a3637db 100644 --- a/strolch-wc-auth.html +++ b/strolch-wc-auth.html @@ -255,7 +255,7 @@ var that = this; setTimeout(function () { - that.$.username.focus(); + that.$.usernameInput.focus(); }, 100); },