]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/BaseSettings.php
Reduce error-throws :-)
[friendica.git] / src / Module / BaseSettings.php
index ff8d2c3af944a410ac7bd87fe7f5e4cb0c48ffe9..a9bc156f121f60615dc34cfef354a6f55641ad76 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -48,7 +48,7 @@ class BaseSettings extends BaseModule
                        'label' => DI::l10n()->t('Two-factor authentication'),
                        'url' => 'settings/2fa',
                        'selected' => ((DI::args()->getArgc() > 1) && (DI::args()->getArgv()[1] === '2fa') ? 'active' : ''),
-                       'accesskey' => 'o',
+                       'accesskey' => '2',
                ];
 
                $tabs[] = [