Skip to content

Commit db7298f

Browse files
mercuryseriesjaviereguiluz
authored andcommitted
Fix small typo by removing semicolon
1 parent 41a502c commit db7298f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/experimental_authenticators.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ authenticator, you would initialize the passport like this::
493493
return new Passport($user, new PasswordCredentials($password), [
494494
// $this->userRepository must implement PasswordUpgraderInterface
495495
new PasswordUpgradeBadge($password, $this->userRepository),
496-
new CsrfTokenBadge('login', $csrfToken);
496+
new CsrfTokenBadge('login', $csrfToken),
497497
]);
498498
}
499499
}

0 commit comments

Comments
 (0)