Skip to content

Commit

Permalink
bug #988 Fixed typo in src/Resources/skeleton/authenticator/Security5…
Browse files Browse the repository at this point in the history
…2EmptyAuthenticator.tpl.php (lyrixx)

This PR was merged into the 1.0-dev branch.

Discussion
----------

Fixed typo in src/Resources/skeleton/authenticator/Security52EmptyAuthenticator.tpl.php

refs: https://github.com/symfony/symfony/blob/1c1e2d96816166fdbe726ecc09716d07da90c06d/src/Symfony/Component/Security/Http/EntryPoint/AuthenticationEntryPointInterface.php#L24

Commits
-------

1a90d5f Fixed typo in src/Resources/skeleton/authenticator/Security52EmptyAuthenticator.tpl.php
  • Loading branch information
weaverryan committed Oct 12, 2021
2 parents c1ead85 + 1a90d5f commit fd758db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function onAuthenticationFailure(Request $request, AuthenticationExceptio
// /*
// * If you would like this class to control what happens when an anonymous user accesses a
// * protected page (e.g. redirect to /login), uncomment this method and make this class
// * implement Symfony\Component\Security\Http\EntryPoint\AuthenticationEntrypointInterface.
// * implement Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface.
// *
// * For more details, see https://symfony.com/doc/current/security/experimental_authenticators.html#configuring-the-authentication-entry-point
// */
Expand Down

0 comments on commit fd758db

Please sign in to comment.