]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Security/TwoFactor/Verify.php
Merge pull request #9690 from MrPetovan/bug/9672-empty-acl-public
[friendica.git] / src / Module / Security / TwoFactor / Verify.php
index 7d42456be3b7ce577162af010d8d9c2193e71a04..d7a44f0c56ab7f72376e60d3272da34ca20ad32b 100644 (file)
@@ -82,7 +82,7 @@ class Verify extends BaseModule
                        '$errors_label'     => DI::l10n()->tt('Error', 'Errors', count(self::$errors)),
                        '$errors'           => self::$errors,
                        '$recovery_message' => DI::l10n()->t('Don’t have your phone? <a href="%s">Enter a two-factor recovery code</a>', '2fa/recovery'),
-                       '$verify_code'      => ['verify_code', DI::l10n()->t('Please enter a code from your authentication app'), '', '', 'required', 'autofocus placeholder="000000"', 'tel'],
+                       '$verify_code'      => ['verify_code', DI::l10n()->t('Please enter a code from your authentication app'), '', '', DI::l10n()->t('Required'), 'autofocus autocomplete="off" placeholder="000000"', 'tel'],
                        '$verify_label'     => DI::l10n()->t('Verify code and complete login'),
                ]);
        }