Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update core/Controller/TwoFactorChallengeController.php
Co-authored-by: Joas Schilling <[email protected]>
Signed-off-by: Hamid Dehnavi <[email protected]>
  • Loading branch information
shdehnavi and nickvergessen authored Jul 19, 2023
commit f2b03d171cef6923dfe20940abdc75430b4c299e
1 change: 0 additions & 1 deletion core/Controller/TwoFactorChallengeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ public function solveChallenge(string $challengeProviderId, string $challenge, s
/**
* @NoAdminRequired
* @NoCSRFRequired
* @throws \Exception
*/
public function setupProviders(): StandaloneTemplateResponse {
$user = $this->userSession->getUser();
Expand Down