From 33e1ed1cd83d8df1c38cef5163b8a5700a2f3342 Mon Sep 17 00:00:00 2001 From: "Eric Richer eric.richer@vistoconsulting.com" Date: Wed, 26 Jun 2024 16:37:27 -0400 Subject: [PATCH] To fix #38 Signed-off-by: Eric Richer eric.richer@vistoconsulting.com --- view/lmc-user/user/login.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/lmc-user/user/login.phtml b/view/lmc-user/user/login.phtml index 89e54f9..5474b5c 100644 --- a/view/lmc-user/user/login.phtml +++ b/view/lmc-user/user/login.phtml @@ -8,7 +8,7 @@ $form->setAttribute('method', 'post'); $form->setAttribute('autocomplete', 'off'); ?> -partial('_form.phtml', ['form' => $form]); ?> +partial('_form.phtml', ['form' => $form, 'redirect' => $this->redirect]); ?> enableRegistration) : ?> translate('Not registered?'); ?> translate('Sign up!'); ?>