Skip to content

Commit

Permalink
Accept download-password on enter-press
Browse files Browse the repository at this point in the history
  • Loading branch information
psi-4ward committed Nov 22, 2023
1 parent fdc7f73 commit 2821080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/Download.vue
Expand Up @@ -10,7 +10,7 @@
.well(v-if='needsPassword')
h3 {{ $root.lang.password }}
.form-group
input.form-control(type='password', v-model='password')
input.form-control(type='password', v-model='password', @keyup.enter='password.length && fetchBucket()')
p.text-danger(v-show='passwordWrong')
strong {{ $root.lang.accessDenied }}
|
Expand Down

0 comments on commit 2821080

Please sign in to comment.