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