Merge pull request #34460 from nextcloud/backport/31947/stable24

[stable24] Fix Error: Undefined index: redirect_url
This commit is contained in:
John Molakvoæ 2022-10-27 12:09:28 +02:00 committed by GitHub
commit f4a3168244
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