move re-hide to main request handler
This commit is contained in:
@ -30,6 +30,7 @@
|
||||
{#if error}
|
||||
<div class="text-red-400">{error}</div>
|
||||
{/if}
|
||||
|
||||
<form action="#" on:submit|preventDefault="{unlock}">
|
||||
<div class="text-gray-200">Enter your passphrase:</div>
|
||||
<input autofocus class="text-gray-200 bg-zinc-800" type="password" placeholder="correct horse battery staple" bind:value="{passphrase}" />
|
||||
|
Reference in New Issue
Block a user