Skip to content

Commit

Permalink
Merge pull request #31947 from andyxheli/patch-1
Browse files Browse the repository at this point in the history
Fix Error: Undefined index: redirect_url
  • Loading branch information
blizzz committed Oct 6, 2022
2 parents 2f4b7c9 + 9e8acdc commit 1bf7dba
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 1bf7dba

Please sign in to comment.