diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2016-08-29 21:17:16 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-08-29 21:52:09 +0200 |
commit | f6423f74e3ca925fd43c67f2669384994ccc55fe (patch) | |
tree | 1ea6c8b142e584cc2b11fd56e206f86c059ad138 /core/Controller/TwoFactorChallengeController.php | |
parent | c0ed865ab2e5166e71fd6046fc2c426dd5b7c6d4 (diff) | |
download | nextcloud-server-f6423f74e3ca925fd43c67f2669384994ccc55fe.tar.gz nextcloud-server-f6423f74e3ca925fd43c67f2669384994ccc55fe.zip |
Minor cleanup in core Controllers
Diffstat (limited to 'core/Controller/TwoFactorChallengeController.php')
-rw-r--r-- | core/Controller/TwoFactorChallengeController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Controller/TwoFactorChallengeController.php b/core/Controller/TwoFactorChallengeController.php index b9e10b147ce..c19cf523279 100644 --- a/core/Controller/TwoFactorChallengeController.php +++ b/core/Controller/TwoFactorChallengeController.php @@ -96,7 +96,7 @@ class TwoFactorChallengeController extends Controller { * * @param string $challengeProviderId * @param string $redirect_url - * @return TemplateResponse + * @return TemplateResponse|RedirectResponse */ public function showChallenge($challengeProviderId, $redirect_url) { $user = $this->userSession->getUser(); |