diff --git a/routers/user/auth.go b/routers/user/auth.go index 749386e07..d9811bd83 100755 --- a/routers/user/auth.go +++ b/routers/user/auth.go @@ -225,6 +225,7 @@ func SignInPost(ctx *context.Context, form auth.SignInForm) { } else { ctx.ServerError("UserSignIn", err) } + log.Info("Go this 1-1.") return } log.Info("Go this 2.")