We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a3f006 commit c1ea3c6Copy full SHA for c1ea3c6
src/Controllers/RegisterController.php
@@ -98,7 +98,7 @@ public function registerAction(): RedirectResponse
98
99
$authenticator->startLogin($user);
100
101
- // If an action has been defined for login, start it up.
+ // If an action has been defined for register, start it up.
102
$hasAction = $authenticator->startUpAction('register', $user);
103
if ($hasAction) {
104
return redirect()->to('auth/a/show');
0 commit comments