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!'); ?>