Changed the login password field to the 'password' input type to hide it
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Gregory Ballantine 2022-05-23 01:45:38 -04:00
parent 78d279e35d
commit 71e5c27e0c

View File

@ -28,7 +28,7 @@
<label class="columns six"> <label class="columns six">
Bind Password: Bind Password:
<input class="u-full-width" type="text" name="bind_pw" placeholder="Enter bind DN..."> <input class="u-full-width" type="password" name="bind_pw" placeholder="Enter bind password...">
</label> </label>
</div> </div>