mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Merge pull request #31947 from andyxheli/patch-1
Fix Error: Undefined index: redirect_url
This commit is contained in:
commit
1bf7dbae0d
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