diff options
Diffstat (limited to 'core/Controller')
-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 af69b55173e..52d015903c8 100644 --- a/core/Controller/TwoFactorChallengeController.php +++ b/core/Controller/TwoFactorChallengeController.php @@ -70,7 +70,7 @@ class TwoFactorChallengeController extends Controller { * @return string */ protected function getLogoutUrl() { - return OC_User::getLogoutUrl(); + return OC_User::getLogoutUrl($this->urlGenerator); } /** |