diff --git a/module/Olcs/view/olcs/user-forgot-username/check-email.phtml b/module/Olcs/view/olcs/user-forgot-username/check-email.phtml index 1acf0396f..92f99011c 100644 --- a/module/Olcs/view/olcs/user-forgot-username/check-email.phtml +++ b/module/Olcs/view/olcs/user-forgot-username/check-email.phtml @@ -12,7 +12,7 @@ translateReplace( 'user-forgot-username.page.check-email.content', [ - $this->url->fromRoute('auth/login/GET') + $this->url('auth/login/GET') ] ); ?>

diff --git a/module/Olcs/view/olcs/user-registration/check-email.phtml b/module/Olcs/view/olcs/user-registration/check-email.phtml index a5954bce5..4fc71a3a0 100644 --- a/module/Olcs/view/olcs/user-registration/check-email.phtml +++ b/module/Olcs/view/olcs/user-registration/check-email.phtml @@ -23,7 +23,7 @@ echo $this->partial( translateReplace( 'user-registration.page.check-email.content', [ - $this->url->fromRoute('auth/login/GET') + $this->url('auth/login/GET') ] ); ?>