auth fix again? #258

Merged
onnwee merged 1 commits from uplink/prod into main 2026-02-25 22:02:48 -06:00
onnwee commented 2026-02-25 22:02:42 -06:00 (Migrated from github.com)
No description provided.
copilot-pull-request-reviewer[bot] (Migrated from github.com) reviewed 2026-02-25 22:04:14 -06:00
copilot-pull-request-reviewer[bot] (Migrated from github.com) left a comment

Pull request overview

This PR adjusts user lookup queries to safely handle nullable profile fields when loading users for authentication and related flows.

Changes:

  • Update users SELECTs in GetByEmail and GetByID to COALESCE(first_name, '') and COALESCE(last_name, '').
  • Minor formatting of the SELECT column list for readability.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

## Pull request overview This PR adjusts user lookup queries to safely handle nullable profile fields when loading users for authentication and related flows. **Changes:** - Update `users` SELECTs in `GetByEmail` and `GetByID` to `COALESCE(first_name, '')` and `COALESCE(last_name, '')`. - Minor formatting of the SELECT column list for readability. --- 💡 <a href="/subculture-collective/pulse-score/new/main?filename=.github/instructions/*.instructions.md" class="Link--inTextBlock" target="_blank" rel="noopener noreferrer">Add Copilot custom instructions</a> for smarter, more guided reviews. <a href="https://docs.github.com/en/copilot/customizing-copilot/adding-repository-custom-instructions-for-github-copilot" class="Link--inTextBlock" target="_blank" rel="noopener noreferrer">Learn how to get started</a>.
Sign in to join this conversation.