X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fsettings.php;h=45f11cdb6c3f3ff89e69ad9899b986ca1e74bcb5;hb=ea218438d2913e128c11728158ef80b43c826e89;hp=536c8335422124f6ba1ffd5291d7c31234832c55;hpb=b529c03a201c08f4ae4d8282f7f2f3218e4319e3;p=friendica.git diff --git a/mod/settings.php b/mod/settings.php index 536c833542..45f11cdb6c 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -67,6 +67,13 @@ function settings_init(App $a) ], ]; + $tabs[] = [ + 'label' => L10n::t('Two-factor authentication'), + 'url' => 'settings/2fa', + 'selected' => (($a->argc > 1) && ($a->argv[1] === '2fa') ? 'active' : ''), + 'accesskey' => 'o', + ]; + $tabs[] = [ 'label' => L10n::t('Profiles'), 'url' => 'profiles',