Skip to content

Commit

Permalink
Merge pull request #34460 from nextcloud/backport/31947/stable24
Browse files Browse the repository at this point in the history
[stable24] Fix Error: Undefined index: redirect_url
  • Loading branch information
skjnldsv authored Oct 27, 2022
2 parents c502729 + f948b29 commit f4a3168
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/templates/twofactorsetupselection.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
href="<?php p(\OC::$server->getURLGenerator()->linkToRoute('core.TwoFactorChallenge.setupProvider',
[
'providerId' => $provider->getId(),
'redirect_url' => $_['redirect_url'],
]
)) ?>">
<?php
Expand Down

0 comments on commit f4a3168

Please sign in to comment.