mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-26 18:20:57 +00:00
Fix #54
This commit is contained in:
parent
b506429803
commit
a991ebf5d0
3 changed files with 9 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue