From 1f703fbdda12046761c4d748577966f16dcd01a2 Mon Sep 17 00:00:00 2001 From: Steltek <1315116+Steltek@users.noreply.github.com> Date: Thu, 8 Feb 2018 01:39:50 +0100 Subject: [PATCH] Make the password field autofocus on the login screen. (#862) * Author: Michel Meyers Committer: Michel Meyers Make the password field autofocus on the login screen. * Update login-form.html --- src/layouts/login-form.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/layouts/login-form.html b/src/layouts/login-form.html index 0b5f13fc2c..fe6211be69 100644 --- a/src/layouts/login-form.html +++ b/src/layouts/login-form.html @@ -53,6 +53,7 @@ id='passwordInput' label="[[localize('ui.login-form.password')]]" type='password' + autofocus invalid='[[errorMessage]]' error-message='[[errorMessage]]' value='{{password}}'