We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 979f18c commit d25136fCopy full SHA for d25136f
_includes/root-user-config.html
@@ -58,7 +58,8 @@ <h3 class="mb-3">🔧 Configuration</h3>
58
<div class="col-md-3">
59
<label class="form-label fw-bold">Password</label>
60
<input
61
- type="password"
+ type="text"
62
+ style="text-security: disc; -webkit-text-security: disc"
63
x-model="password"
64
@input="onInputChange()"
65
class="mt-2 form-control form-control-lg bg-dark text-light"
0 commit comments