Unverified Commit 05b41804 authored by boojack's avatar boojack Committed by GitHub

chore: hide host user email (#856)

parent 2e2657b3
......@@ -37,6 +37,7 @@ func (s *Server) registerSystemRoutes(g *echo.Group) {
if hostUser != nil {
// data desensitize
hostUser.OpenID = ""
hostUser.Email = ""
}
systemStatus := api.SystemStatus{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment