Skip to content

Commit d25136f

Browse files
committed
Replace password input with text field and style mask in
root-user-config form
1 parent 979f18c commit d25136f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_includes/root-user-config.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ <h3 class="mb-3">🔧 Configuration</h3>
5858
<div class="col-md-3">
5959
<label class="form-label fw-bold">Password</label>
6060
<input
61-
type="password"
61+
type="text"
62+
style="text-security: disc; -webkit-text-security: disc"
6263
x-model="password"
6364
@input="onInputChange()"
6465
class="mt-2 form-control form-control-lg bg-dark text-light"

0 commit comments

Comments
 (0)