From 5e71d23dedf7fc6a8b9f28d856d57f5516af44ac Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Wed, 1 Jun 2016 13:54:08 +0200 Subject: remember redirect_url when solving the 2FA challenge --- core/templates/twofactorselectchallenge.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'core/templates') diff --git a/core/templates/twofactorselectchallenge.php b/core/templates/twofactorselectchallenge.php index 6db8c69d7ac..14d599aab3e 100644 --- a/core/templates/twofactorselectchallenge.php +++ b/core/templates/twofactorselectchallenge.php @@ -7,7 +7,12 @@
  • + href="getURLGenerator()->linkToRoute('core.TwoFactorChallenge.showChallenge', + [ + 'challengeProviderId' => $provider->getId(), + 'redirect_url' => $_['redirect_url'], + ] + )) ?>"> getDescription()) ?>
  • -- cgit v1.2.3