Commit 2de0034
Update InviteAction.php
I pass Filament::getAuthPasswordBroker() to Password::broker() so the reset token is issued through the same password-broker configuration that Filament uses for its admin guard. This guarantees that the token is stored, validated, and later consumed in the correct context for Filament users rather than the default Laravel user broker.1 parent 7e2d6b3 commit 2de0034
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
41 | | - | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
0 commit comments