From db4c2798ae7ab88d6745cfc7d8827d636a7d3ba3 Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Mon, 3 Oct 2022 10:49:52 -0400 Subject: Allow redirection after login (#4654) Before, if you've tried to reach a page without being logged, you'll be automatically redirected to the index page after login. Now, the original page is used after login. Fix #3663 --- app/views/auth/formLogin.phtml | 1 + 1 file changed, 1 insertion(+) (limited to 'app/views') diff --git a/app/views/auth/formLogin.phtml b/app/views/auth/formLogin.phtml index e218d089d..872caac02 100644 --- a/app/views/auth/formLogin.phtml +++ b/app/views/auth/formLogin.phtml @@ -8,6 +8,7 @@
+
-- cgit v1.2.3