Skip to content

Commit

Permalink
Fix Error: Undefined index: redirect_url
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Xheli <[email protected]>

Should fix Undefined index: redirect_url at core/templates/twofactorsetupselection.php #21968
  • Loading branch information
Andy Xheli authored Apr 12, 2022
1 parent a3017a4 commit 9e8acdc
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 9e8acdc

Please sign in to comment.