mirror of
https://gitee.com/gitea/gitea
synced 2026-01-02 13:46:36 +08: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