1
0
Fork 0

Merge pull request #4877 from pixelfed/staging

Update UserEmailForgotController
This commit is contained in:
daniel 2024-01-22 06:00:37 -07:00 committed by GitHub
commit 51c6935e05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -82,7 +82,6 @@ class UserEmailForgotController extends Controller
'user_id' => $user->id,
'ip_address' => $request->ip(),
'user_agent' => $request->userAgent(),
'referrer' => $request->headers->get('referer'),
'email_sent_at' => now()
]);