diff options
author | Andy Xheli <axheli@axtsolutions.com> | 2022-04-12 10:20:41 -0500 |
---|---|---|
committer | backportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com> | 2022-10-06 21:57:39 +0000 |
commit | f948b29ccce7b39561c2bd2e71ab0337282d182d (patch) | |
tree | 4ea16f13d0fcbba9d81420a88cee0d31ce551bbc | |
parent | 3aabb381b9e7ffc5b13f951b8fb89494fe903a2c (diff) | |
download | nextcloud-server-f948b29ccce7b39561c2bd2e71ab0337282d182d.tar.gz nextcloud-server-f948b29ccce7b39561c2bd2e71ab0337282d182d.zip |
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
-rw-r--r-- | core/templates/twofactorsetupselection.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/templates/twofactorsetupselection.php b/core/templates/twofactorsetupselection.php index 837d171a80d..8efe4572436 100644 --- a/core/templates/twofactorsetupselection.php +++ b/core/templates/twofactorsetupselection.php @@ -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 |