mirror of
https://github.com/go-gitea/gitea
synced 2025-08-03 08:08:36 +00:00
fix #17876 Signed-off-by: a1012112796 <1012112796@qq.com>
This commit is contained in:
@@ -77,9 +77,6 @@ var (
|
||||
// ErrEmailNotActivated e-mail address has not been activated error
|
||||
ErrEmailNotActivated = errors.New("E-mail address has not been activated")
|
||||
|
||||
// ErrUserNameIllegal user name contains illegal characters error
|
||||
ErrUserNameIllegal = errors.New("User name contains illegal characters")
|
||||
|
||||
// ErrLoginSourceNotActived login source is not actived error
|
||||
ErrLoginSourceNotActived = errors.New("Login source is not actived")
|
||||
|
||||
|
Reference in New Issue
Block a user