mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-05 21:39:54 +02:00
In non-production environments (APP_ENV != "production"), if sending the verification code email fails, log the error as a warning and still return success. This lets self-hosting users log in with the master code (888888) even when their Resend configuration is incomplete (e.g. unverified from-domain). In production, the behavior is unchanged — email failures return 500. Also adds guidance in .env.example about RESEND_FROM_EMAIL for self-hosters. Closes #723