1
0
mirror of https://gitlab.com/timvisee/send.git synced 2024-11-12 22:22:31 +01:00

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

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"