auth fix again? #258
Reference in New Issue
Block a user
Delete Branch "uplink/prod"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Pull request overview
This PR adjusts user lookup queries to safely handle nullable profile fields when loading users for authentication and related flows.
Changes:
usersSELECTs inGetByEmailandGetByIDtoCOALESCE(first_name, '')andCOALESCE(last_name, '').💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.