Update plugin.php
All checks were successful
Build, Push, Publish / Build & Release (push) Successful in 22s

This commit is contained in:
2026-01-11 23:48:14 +00:00
parent 1bde8f701c
commit c14a54c802

View File

@@ -592,7 +592,7 @@ function icc_2fa_add_input()
{
echo '<p>
<label for="icc_2fa_otp">' . yourls__('2FA Token') . '</label><br />
<input type="text" id="icc_2fa_otp" name="icc_2fa_otp" placeholder="' . yourls__('Leave empty if not enabled') . '" size="30" class="text" wautocomplete="off" />
<input type="text" id="icc_2fa_otp" name="icc_2fa_otp" placeholder="' . yourls__('Leave empty if not enabled') . '" size="30" class="text" autocomplete="off" />
</p>';
}