X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=mod%2Fsettings.php;h=45f11cdb6c3f3ff89e69ad9899b986ca1e74bcb5;hb=419cc81ef145015d087ffb4f54eb985bc49d2e05;hp=536c8335422124f6ba1ffd5291d7c31234832c55;hpb=9f49ce885785d7b33102f83b76285cbb91a298ee;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',