Skip to content

Commit

Permalink
chore: hide host user email (#856)
Browse files Browse the repository at this point in the history
  • Loading branch information
boojack committed Dec 25, 2022
1 parent 2e2657b commit 05b4180
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/system.go
Expand Up @@ -37,6 +37,7 @@ func (s *Server) registerSystemRoutes(g *echo.Group) {
if hostUser != nil {
// data desensitize
hostUser.OpenID = ""
hostUser.Email = ""
}

systemStatus := api.SystemStatus{
Expand Down

0 comments on commit 05b4180

Please sign in to comment.