Skip to content
Snippets Groups Projects
Unverified Commit 831534f1 authored by Mateusz Charytoniuk's avatar Mateusz Charytoniuk Committed by GitHub
Browse files

fix(docs): typo in authentication pages

parent c7cf9a29
Branches
Tags
No related merge requests found
...@@ -46,7 +46,7 @@ use Distantmagic\Resonance\SessionAuthentication; ...@@ -46,7 +46,7 @@ use Distantmagic\Resonance\SessionAuthentication;
routeSymbol: HttpRouteSymbol::LoginValidation, routeSymbol: HttpRouteSymbol::LoginValidation,
)] )]
#[Singleton(collection: SingletonCollection::HttpResponder)] #[Singleton(collection: SingletonCollection::HttpResponder)]
#[ValidatesCSRFToken('login)] #[ValidatesCSRFToken('login')]
final readonly class LoginValidation extends HttpController final readonly class LoginValidation extends HttpController
{ {
public function __construct( public function __construct(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment