mirror of
https://github.com/nextcloud/server.git
synced 2026-05-18 03:20:51 -04:00
Fix Error: Undefined index: redirect_url
Signed-off-by: Andy Xheli <axheli@axtsolutions.com> Should fix Undefined index: redirect_url at core/templates/twofactorsetupselection.php #21968
This commit is contained in:
parent
3aabb381b9
commit
f948b29ccc
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