Loading src/Plugin/TfaSetup/TfaTrustedBrowserSetup.php +1 −1 Original line number Diff line number Diff line Loading @@ -230,7 +230,7 @@ class TfaTrustedBrowserSetup extends TfaTrustedBrowser implements TfaSetupInterf '#theme' => 'links', '#links' => [ 'admin' => [ 'title' => 'Configure Trusted Browsers', 'title' => $this->t('Configure Trusted Browsers'), 'url' => Url::fromRoute('tfa.validation.setup', [ 'user' => $params['account']->id(), 'method' => $params['plugin_id'], Loading Loading
src/Plugin/TfaSetup/TfaTrustedBrowserSetup.php +1 −1 Original line number Diff line number Diff line Loading @@ -230,7 +230,7 @@ class TfaTrustedBrowserSetup extends TfaTrustedBrowser implements TfaSetupInterf '#theme' => 'links', '#links' => [ 'admin' => [ 'title' => 'Configure Trusted Browsers', 'title' => $this->t('Configure Trusted Browsers'), 'url' => Url::fromRoute('tfa.validation.setup', [ 'user' => $params['account']->id(), 'method' => $params['plugin_id'], Loading