fix(frontend): input password type

This commit is contained in:
Henrique Dias 2026-03-06 16:06:54 +01:00
parent 8598db2acc
commit 8ee55761a1
No known key found for this signature in database

View file

@ -11,7 +11,7 @@
<input
id="focus-prompt"
class="input input--block"
type="text"
type="password"
@keyup.enter="submit"
v-model="password"
/>