From a991ebf5d0fe06c97be4b90b562e058ea2642de9 Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 8 Apr 2014 15:27:35 -0400 Subject: Fix #54 --- routers/user/social.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'routers/user/social.go') diff --git a/routers/user/social.go b/routers/user/social.go index 7b4d2329..a35da549 100644 --- a/routers/user/social.go +++ b/routers/user/social.go @@ -110,7 +110,7 @@ func SocialSignIn(ctx *middleware.Context, tokens oauth2.Tokens) { case models.ErrOauth2NotAssociatedWithUser: // pass default: - log.Error(err) // FIXME: handle error page + log.Error(err.Error()) // FIXME: handle error page return } ctx.Session.Set("socialId", oa.Id) -- cgit v1.2.3