@lifeaitools/clauth 1.5.4 → 1.5.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -690,6 +690,7 @@ function dashboardHtml(port, whitelist, isStaged = false) {
690
690
  <div class="lock-title">clauth vault</div>
691
691
  <div class="lock-sub" id="lock-sub">Paste your password to unlock</div>
692
692
  <form onsubmit="unlock();return false;" autocomplete="on">
693
+ <input type="text" name="username" value="clauth" autocomplete="username" style="display:none">
693
694
  <input class="lock-input" id="lock-input" type="password" placeholder="••••••••••••" autocomplete="current-password">
694
695
  <button class="btn-unlock" id="unlock-btn" type="submit">Unlock</button>
695
696
  </form>
@@ -770,6 +771,7 @@ function dashboardHtml(port, whitelist, isStaged = false) {
770
771
  <div class="chpw-panel" id="chpw-panel">
771
772
  <h3>Change Master Password</h3>
772
773
  <form onsubmit="changePassword();return false;" autocomplete="on">
774
+ <input type="text" name="username" value="clauth" autocomplete="username" style="display:none">
773
775
  <div class="chpw-row">
774
776
  <div class="chpw-field">
775
777
  <label>New password</label>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifeaitools/clauth",
3
- "version": "1.5.4",
3
+ "version": "1.5.5",
4
4
  "description": "Hardware-bound credential vault for the LIFEAI infrastructure stack",
5
5
  "type": "module",
6
6
  "bin": {