Skip to content

Commit

Permalink
fix(docs): typo in authentication pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mcharytoniuk authored Apr 20, 2024
1 parent c7cf9a2 commit 831534f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/docs/features/security/authentication/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ use Distantmagic\Resonance\SessionAuthentication;
routeSymbol: HttpRouteSymbol::LoginValidation,
)]
#[Singleton(collection: SingletonCollection::HttpResponder)]
#[ValidatesCSRFToken('login)]
#[ValidatesCSRFToken('login')]
final readonly class LoginValidation extends HttpController
{
public function __construct(
Expand Down

0 comments on commit 831534f

Please sign in to comment.