You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As Laravel is an open source project, we rely on the community to help us diagnose and fix issues as it is not possible to research and fix every issue reported to us via GitHub.
If possible, please make a pull request fixing the issue you have described, along with corresponding tests. All pull requests are promptly reviewed by the Laravel team.
Telescope Version
5.3.0
Laravel Version
11
PHP Version
8.2
Database Driver & Version
mysql Ver 8.3.0 for macos14 on arm64 (MySQL Community Server - GPL)
Description
In my Laravel application, users do not have emails. Authorization is done via username + password
Therefore, to display user avatars, I decided to use a custom callback function as described in the documentation.
https://laravel.com/docs/11.x/telescope#displaying-user-avatars
But this doesn't work because there is a check for the existence of the user's email
So need to swap blocks because lack of email blocks my callback
Steps To Reproduce
No need additional steps
The text was updated successfully, but these errors were encountered: