mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Merge pull request #34460 from nextcloud/backport/31947/stable24
[stable24] Fix Error: Undefined index: redirect_url
This commit is contained in:
commit
f4a3168244
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue