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 <axheli@axtsolutions.com>

Should fix Undefined index: redirect_url at core/templates/twofactorsetupselection.php #21968
  • Loading branch information
Andy Xheli authored and backportbot-nextcloud[bot] committed Oct 6, 2022
1 parent 3aabb38 commit f948b29
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 f948b29

Please sign in to comment.