Skip to content

Commit 005f386

Browse files
committed
Merge branch '5.1'
* 5.1: Fix small typo by removing semicolon
2 parents 50b4991 + 21ac90c commit 005f386

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)