Skip to content

Commit a8eb256

Browse files
authored
Merge pull request #315 from datamweb/fix-phpdocs-action-type
2 parents 121ac4a + c1ea3c6 commit a8eb256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controllers/RegisterController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public function registerAction(): RedirectResponse
9898

9999
$authenticator->startLogin($user);
100100

101-
// If an action has been defined for login, start it up.
101+
// If an action has been defined for register, start it up.
102102
$hasAction = $authenticator->startUpAction('register', $user);
103103
if ($hasAction) {
104104
return redirect()->to('auth/a/show');

0 commit comments

Comments
 (0)