npm run format
This commit is contained in:
parent
8227b1420c
commit
8794b1d101
5 changed files with 35 additions and 45 deletions
|
@ -24,9 +24,9 @@ function password(state, emit) {
|
|||
<form class="w-5/6" onsubmit="${checkPassword}" data-no-csrf>
|
||||
<input
|
||||
id="password-input"
|
||||
class="w-full border rounded ${
|
||||
invalid ? 'border-red' : 'border-grey'
|
||||
} leading-loose px-2 py-1"
|
||||
class="w-full border rounded ${invalid
|
||||
? 'border-red'
|
||||
: 'border-grey'} leading-loose px-2 py-1"
|
||||
maxlength="32"
|
||||
autocomplete="off"
|
||||
placeholder="${state.translate('unlockInputPlaceholder')}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue