fix: handle empty display_name strings in profile
- Check if display_name is empty string, not just None
- Falls back to handle when display_name is Some("")
- Fixes issue where users with blank display names showed nothing
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>