diff --git a/src/Controllers/RegisterController.php b/src/Controllers/RegisterController.php index e0eea5014..20daf5f73 100644 --- a/src/Controllers/RegisterController.php +++ b/src/Controllers/RegisterController.php @@ -126,7 +126,7 @@ public function registerAction(): RedirectResponse // If an action has been defined for register, start it up. $hasAction = $authenticator->startUpAction('register', $user); if ($hasAction) { - return redirect()->to('auth/a/show'); + return redirect()->route('auth-action-show'); } // Set the user active diff --git a/src/Views/email_activate_show.php b/src/Views/email_activate_show.php index 9d29ef8d8..066bd0b1c 100644 --- a/src/Views/email_activate_show.php +++ b/src/Views/email_activate_show.php @@ -15,7 +15,7 @@
= lang('Auth.emailActivateBody') ?>
-