Skip to content

Commit 0756367

Browse files
Update experimental_authenticators.rst
1 parent 6fbd6b3 commit 0756367

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)