chore: hide host user email (#856)
This commit is contained in:
parent
2e2657b39d
commit
05b41804e3
@ -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{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user