mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-31 04:19:24 +09:00
23d37673bd
- Don't panic on `ErrEmailInvalid`, this was caused due that we were trying to force `ErrEmailCharIsNotSupported` interface, which panics. - Resolves #19397