Fix Error: Undefined index: redirect_url

Should fix

Signed-off-by: Andrea Xheli <andyxheli@gmail.com>
This commit is contained in:
Andrea Xheli 2021-04-24 12:13:35 -05:00 committed by Andrea Xheli
parent 39764b05b1
commit f6315600fc
1 changed files with 0 additions and 1 deletions

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