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
fix: Clerk failing to map nickname when username empty (#1344)
* fix: Clerk failing to map nickname when username empty
Username isn't always returned by Clerk and this is failing. Check for username to map otherwise use given_name or as fallback email address.
* Update Provider.php
Removed email fallback
0 commit comments