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 c54a665e14e6e29efa3fcefb929c97a963b916dd
1 change: 0 additions & 1 deletion core/Controller/TwoFactorChallengeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ public function setupProviders(): StandaloneTemplateResponse {
/**
* @NoAdminRequired
* @NoCSRFRequired
* @throws \Exception
*/
public function setupProvider(string $providerId): StandaloneTemplateResponse|RedirectResponse {
$user = $this->userSession->getUser();
Expand Down