diff --git a/src/Module/Settings/TwoFactor/Index.php b/src/Module/Settings/TwoFactor/Index.php index 43c96f6f53..29acacc604 100644 --- a/src/Module/Settings/TwoFactor/Index.php +++ b/src/Module/Settings/TwoFactor/Index.php @@ -115,7 +115,8 @@ class Index extends BaseSettings break; } } catch (FoundException $exception) { - // Nothing to do here + // Redirection, passing along + throw $exception; } catch (\Exception $e) { $this->systemMessages->addNotice($this->t($e->getMessage())); }