added autofocus to download password input

This commit is contained in:
Danny Coates 2018-02-01 10:41:52 -08:00
parent d39ed267f3
commit dbfae53222
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@ module.exports = function(state, emit) {
autocomplete="off"
placeholder="${state.translate('unlockInputPlaceholder')}"
oninput=${inputChanged}
type="password"/>
type="password"
autofocus />
<input type="submit"
id="unlock-btn"
class="btn btn-hidden"