Commit 746321a
committed
[Security] Fix deprecation notice on TokenInterface::getUser() stringable return
AuthenticatorManager raises a deprecation notice about the missing implementation of UserInterface::getUserIdentifier() when TokenInterface::getUser() returns a string.
This fixes that issue.1 parent 195f720 commit 746321a
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
| 233 | + | |
| 234 | + | |
234 | 235 | | |
235 | 236 | | |
236 | 237 | | |
| |||
0 commit comments