Ver Fonte

make 2fa message a hover text

George Baugh há 2 anos atrás
pai
commit
f5e4bbbdfe
1 ficheiros alterados com 1 adições e 1 exclusões
  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>