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