1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Update repo.Create

This commit is contained in:
Unknown
2014-03-08 21:25:38 -05:00
parent 5a05d6633d
commit 76ce6f9848
8 changed files with 94 additions and 32 deletions

View File

@@ -64,8 +64,8 @@ func SignIn(form auth.LogInForm, data base.TmplData, req *http.Request, r render
}
data["ErrorMsg"] = err
log.Error("user.SignIn: %v", data)
r.HTML(200, "base/error", nil)
log.Error("user.SignIn: %v", err)
r.HTML(200, "base/error", data)
return
}