File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Original file line number Diff line number Diff line change @@ -116,10 +116,10 @@ before the ``FirewallListener``, which is responsible for handling authenticatio
116
116
setting the user token on the ``TokenStorage ``, you have no access to the user
117
117
which is logged in.
118
118
119
- Let's pretend you have defined a ``locale" `` property on your ``User `` entity
120
- and you want to use this as the locale for the given user. To accomplish this,
121
- you can hook into the login process and update the user's session with the
122
- this locale value before they are redirected to their first page.
119
+ Assumed you have defined a ``locale `` property on your ``User `` entity and
120
+ you want to use this as the locale for the given user. To accomplish this,
121
+ you can hook into the login process and update the user's session with this
122
+ locale value before they are redirected to their first page.
123
123
124
124
To do this, you need an event listener for the ``security.interactive_login ``
125
125
event:
You can’t perform that action at this time.
0 commit comments