@@ -79,6 +79,10 @@ |
||
| 79 | 79 | // TODO: throw exceptions if necessary |
| 80 | 80 | } |
| 81 | 81 | |
| 82 | + /** |
|
| 83 | + * @param Controller $controller |
|
| 84 | + * @param string $methodName |
|
| 85 | + */ |
|
| 82 | 86 | private function checkTwoFactor($controller, $methodName) { |
| 83 | 87 | // If two-factor auth is in progress disallow access to any controllers |
| 84 | 88 | // defined within "LoginController". |