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