From 4877e5f8974894fff7a97914894d6ea8701a5a69 Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Thu, 12 Jul 2018 18:09:58 +0200 Subject: [PATCH] [Fix] Fixed username focus --- bower.json | 2 +- strolch-wc-auth.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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); },