Kaynağa Gözat

make 2fa message a hover text

George Baugh 2 yıl önce
ebeveyn
işleme
f5e4bbbdfe
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      www/templates/html/login.tx

+ 1 - 1
www/templates/html/login.tx

@@ -26,7 +26,7 @@
       </div>
       <br />
 : if ($has_users) {
-      TOTP 2FA code (ignore unless enabled)<br />
+      TOTP 2FA code <a style="cursor:help" title="only needed if 2FA enabled">ℹ️ </a><br />
       <div class="input-group">
         <label for="token">🔒</label>
         <input name="token" id="token" placeholder="7779311" value="" type="password"></input>