mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: hide host user email (#856)
This commit is contained in:
@@ -37,6 +37,7 @@ func (s *Server) registerSystemRoutes(g *echo.Group) {
|
|||||||
if hostUser != nil {
|
if hostUser != nil {
|
||||||
// data desensitize
|
// data desensitize
|
||||||
hostUser.OpenID = ""
|
hostUser.OpenID = ""
|
||||||
|
hostUser.Email = ""
|
||||||
}
|
}
|
||||||
|
|
||||||
systemStatus := api.SystemStatus{
|
systemStatus := api.SystemStatus{
|
||||||
|
Reference in New Issue
Block a user