mirror of
https://github.com/go-gitea/gitea
synced 2025-07-05 10:07:22 +00:00
work on #1493
This commit is contained in:
@ -44,7 +44,7 @@ func SignedInId(req *http.Request, sess session.Store) int64 {
|
||||
}
|
||||
return 0
|
||||
}
|
||||
return t.Uid
|
||||
return t.UID
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user