Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorblizzz <blizzz@arthur-schiwon.de>2022-10-07 00:51:27 +0300
committerGitHub <noreply@github.com>2022-10-07 00:51:27 +0300
commit1bf7dbae0d7a2645abe4f17a6780e681d53c6675 (patch)
tree41473f328ed9b572511c63c25b2baa6b56553582
parent2f4b7c90575f5253b136ab5f3aceaebcc268a638 (diff)
parent9e8acdc6138e5819189546d1217f409ad30cf23c (diff)
Merge pull request #31947 from andyxheli/patch-1
Fix Error: Undefined index: redirect_url
-rw-r--r--core/templates/twofactorsetupselection.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/templates/twofactorsetupselection.php b/core/templates/twofactorsetupselection.php
index fe4e3517351..9e7946a4def 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