Commit 2205b62
committed
bug symfony#61595 [Security] Pass attributes to nested
This PR was merged into the 6.4 branch.
Discussion
----------
[Security] Pass attributes to nested `ChainUserProvider`s
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| License | MIT
Fix a missed corner case of symfony#61548 found by `@nicolas`-grekas in symfony#61594 (comment)
_(Not needed on 8.0)_
Commits
-------
cb75dd2 [Security] Pass attributes to nested `ChainUserProviders`ChainUserProviders (valtzu)File tree
2 files changed
+10
-2
lines changed- src/Symfony/Component/Security/Core
- Tests/User
- User
2 files changed
+10
-2
lines changedLines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
52 | 60 | | |
53 | 61 | | |
54 | 62 | | |
| |||
65 | 73 | | |
66 | 74 | | |
67 | 75 | | |
68 | | - | |
| 76 | + | |
69 | 77 | | |
70 | 78 | | |
71 | 79 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments