Fix Error: Undefined index: redirect_url

Signed-off-by: Andy Xheli <axheli@axtsolutions.com>

Should fix Undefined index: redirect_url at core/templates/twofactorsetupselection.php #21968
This commit is contained in:
Andy Xheli 2022-04-12 10:20:41 -05:00 committed by backportbot-nextcloud[bot]
parent 3aabb381b9
commit f948b29ccc

View file

@ -33,7 +33,6 @@ declare(strict_types=1);
href="<?php p(\OC::$server->getURLGenerator()->linkToRoute('core.TwoFactorChallenge.setupProvider',
[
'providerId' => $provider->getId(),
'redirect_url' => $_['redirect_url'],
]
)) ?>">
<?php