mirror of
https://gitee.com/gitea/gitea
synced 2025-11-04 00:20:25 +08:00
- Don't panic on `ErrEmailInvalid`, this was caused due that we were trying to force `ErrEmailCharIsNotSupported` interface, which panics. - Resolves #19397