mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
work on #756
This commit is contained in:
@@ -62,6 +62,8 @@ func SignIn(ctx *middleware.Context) {
|
||||
if err != nil {
|
||||
if err != models.ErrUserNotExist {
|
||||
ctx.Handle(500, "GetUserByName", err)
|
||||
} else {
|
||||
ctx.HTML(200, SIGNIN)
|
||||
}
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user