Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Frömken <froemken@gmail.com>
  • Loading branch information
linawolf and froemken authored Dec 5, 2024
1 parent b432a35 commit 58c29a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/ApiOverview/Backend/LoginProvider.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@ An implementation of :php-short:`\TYPO3\CMS\Backend\LoginProvider\LoginProviderI
look like this for TYPO3 v13:

.. literalinclude:: _LoginProvider/_MyLoginProvider.php
:caption: EXT:my_extension/Clases/Login/MyLoginProvider.php
:caption: EXT:my_extension/Classes/Login/MyLoginProvider.php
:linenos:

The default implementation in :php-short:`\TYPO3\CMS\Backend\LoginProvider\UsernamePasswordLoginProvider`
is a good example. Extensions that need to configure additional template, layout or
partial lookup paths can extend them, see lines 23-28 in the example above-
partial lookup paths can extend them, see lines 23-28 in the example above.

Consumers of :php-short:`\TYPO3\CMS\Backend\LoginProvider\Event\ModifyPageLayoutOnLoginProviderSelectionEvent`
should use the request instead, and/or should get an instance of
Expand Down

0 comments on commit 58c29a9

Please sign in to comment.