Update plugin.php
All checks were successful
Build, Push, Publish / Build & Release (push) Successful in 22s
All checks were successful
Build, Push, Publish / Build & Release (push) Successful in 22s
This commit is contained in:
@@ -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>';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user