2 Commits

Author SHA1 Message Date
Gitea Actions
ae48bafbeb Update manifest version to 2.4.1 [▶️] 2026-01-11 23:48:24 +00:00
c14a54c802 Update plugin.php
All checks were successful
Build, Push, Publish / Build & Release (push) Successful in 22s
2026-01-11 23:48:14 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
{ {
"version": "2.4.0", "version": "2.4.1",
"author": "Ivan Carlos" "author": "Ivan Carlos"
} }

View File

@@ -592,7 +592,7 @@ function icc_2fa_add_input()
{ {
echo '<p> echo '<p>
<label for="icc_2fa_otp">' . yourls__('2FA Token') . '</label><br /> <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>'; </p>';
} }