mirror of
https://github.com/go-gitea/gitea.git
synced 2026-03-26 06:10:27 +01:00
When the email field was submitted as empty in org settings (web and API), the previous guard `if form.Email != ""` silently skipped the update, making it impossible to remove a contact email after it was set. --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>