supabase/auth
在 GitHub 查看POST /admin/generate_link returns empty string when SMTP env vars aren't set
Open
#263 创建于 2021年11月5日
buggood first issuehacktoberfest
仓库指标
- Star
- (2,443 star)
- PR 合并指标
- (平均合并 11天 3小时) (30 天内合并 20 个 PR)
描述
Bug report
- Missing SMTP env vars cause the
POST /admin/generate_linkendpoint to fail silently and return an empty string in the action_link field in the response. - https://github.com/supabase/gotrue/blob/aead739cfff919500cdee343496279743448bca8/api/mail.go#L145