This commit is contained in:
parent
db6358abed
commit
1cd33282dd
|
@ -21,6 +21,12 @@ module.exports = function(state, emit) {
|
|||
onsubmit="${checkPassword}"
|
||||
data-no-csrf
|
||||
>
|
||||
<input
|
||||
id="autocomplete-decoy"
|
||||
class="hidden"
|
||||
type="password"
|
||||
value="lol"
|
||||
/>
|
||||
<input
|
||||
id="password-input"
|
||||
class="w-full border-l border-t border-b rounded-l-lg rounded-r-none ${invalid
|
||||
|
|
Loading…
Reference in New Issue