mirror of
https://github.com/usememos/memos.git
synced 2024-11-11 01:12:40 +08:00
chore: hide host user email (#856)
This commit is contained in:
parent
2e2657b39d
commit
05b41804e3
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ func (s *Server) registerSystemRoutes(g *echo.Group) {
|
|||
if hostUser != nil {
|
||||
// data desensitize
|
||||
hostUser.OpenID = ""
|
||||
hostUser.Email = ""
|
||||
}
|
||||
|
||||
systemStatus := api.SystemStatus{
|
||||
|
|
Loading…
Reference in a new issue