Merge pull request #31947 from andyxheli/patch-1

Fix Error: Undefined index: redirect_url
This commit is contained in:
blizzz 2022-10-06 23:51:27 +02:00 committed by GitHub
commit 1bf7dbae0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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