mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-30 12:32:49 +09:00
Add some config options
This commit is contained in:
@ -252,7 +252,7 @@ func LoginUserPlain(name, passwd string) (*User, error) {
|
||||
} else if !has {
|
||||
err = ErrUserNotExist
|
||||
}
|
||||
return &user, nil
|
||||
return &user, err
|
||||
}
|
||||
|
||||
// FollowUser marks someone be another's follower.
|
||||
|
Reference in New Issue
Block a user