Skip to content

fix(auth): remove email provider and fix Suspense boundary#9

Merged
Paddy1981 merged 1 commit into
mainfrom
claude/larun-implementation-plan-AzfFC
Feb 2, 2026
Merged

fix(auth): remove email provider and fix Suspense boundary#9
Paddy1981 merged 1 commit into
mainfrom
claude/larun-implementation-plan-AzfFC

Conversation

@Paddy1981
Copy link
Copy Markdown
Owner

  • Remove EmailProvider that requires nodemailer (not needed for MVP)
  • Make GitHub provider optional (only loads if env vars present)
  • Remove invalid 'signUp' page option
  • Wrap login page in Suspense boundary for useSearchParams

https://claude.ai/code/session_011NWj4qHMpnJqseDYB5et8R

Summary

Type of Change

  • Bug fix (non-breaking change fixing an issue)
  • New feature (non-breaking change adding functionality)
  • Breaking change (fix or feature causing existing functionality to change)
  • Documentation update
  • Refactoring (no functional changes)
  • CI/CD changes

Related Issues

Changes Made

Testing

  • Unit tests added/updated
  • Manual testing performed
  • All existing tests pass

Skill Updates (if applicable)

  • ANAL-xxx:
  • STAR-xxx:
  • MISSION-xxx:
  • DISC-xxx:
  • RES-xxx:

Multi-IDE Coordination

  • Updated .coordination/TASK_LOG.md
  • Checked .coordination/FILE_LOCKS.md for conflicts
  • Updated .coordination/HANDOFF_NOTES.md if needed

Checklist

  • Code follows project style guidelines
  • Self-review completed
  • Comments added for complex logic
  • Documentation updated (if needed)
  • No new warnings introduced

- Remove EmailProvider that requires nodemailer (not needed for MVP)
- Make GitHub provider optional (only loads if env vars present)
- Remove invalid 'signUp' page option
- Wrap login page in Suspense boundary for useSearchParams

https://claude.ai/code/session_011NWj4qHMpnJqseDYB5et8R
@vercel
Copy link
Copy Markdown

vercel Bot commented Feb 2, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
larun Error Error Feb 2, 2026 6:03pm

@github-actions github-actions Bot added documentation Improvements or additions to documentation size/S labels Feb 2, 2026
@Paddy1981 Paddy1981 merged commit aeb40f8 into main Feb 2, 2026
17 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation size/S

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants