mirror of
https://github.com/go-gitea/gitea
synced 2025-02-22 01:01:26 +01:00
- Don't panic on `ErrEmailInvalid`, this was caused due that we were trying to force `ErrEmailCharIsNotSupported` interface, which panics. - Resolves #19397