mirror of
https://gitee.com/gitea/gitea
synced 2025-12-19 14:36:35 +08: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