1 parent 3920044 commit bb1b9c2Copy full SHA for bb1b9c2
1 file changed
frontend/src/components/UnlockScreen.svelte
@@ -100,6 +100,7 @@
100
<p class="subtitle">{$_('encryption.unlockMessage')}</p>
101
102
<div class="input-group">
103
+ <!-- svelte-ignore a11y-autofocus -->
104
<input
105
type="password"
106
bind:value={password}
0 commit comments